2026-08-19
2026-08-19 13:17Z
HIGH

CVE-2026-32552 — Subscriber: SQL Injection in YITH WooCommerce Membership Premium <= 2.33.0 versions.

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-32552

Subscriber SQL Injection in YITH WooCommerce Membership Premium <= 2.33.0 versions. CVSSv3.1 8.5 (HIGH)

CWECWE 89VNDSubscriberTYPVulnerability
8.5
CVSS v3.1
93
Edit Score
2026-08-19
2026-08-19 13:17Z
CRIT

CVE-2026-19490 — Citrix Netscaler_application_delivery_controller: Vulnerability in NetScaler ADC and NetScaler Gateway.

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-19490in the wild

Vulnerability in NetScaler ADC and NetScaler Gateway. This issue affects ADC: from 14.1 through 73.32 and from 13.1 through 63.21; Gateway: from 14.1 through 73.32 and from 13.1 through 63.21. CVSSv3.1 9.8 (CRITICAL) · EPSS 88th percentile

CWECWE 288VNDCitrixVNDVulnerabilityTYPVulnerabilitySTAitw exploited
9.8
CVSS v3.1
100
Edit Score
2026-08-19
2026-08-19 08:17Z
CRIT

CVE-2026-72889 — Net: Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-72889

Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signature_method parameter of the incoming message. signature_method is required on every request, so the algorithm used to check a signature is chosen by whoever sent it, and nothing lets the verifying party pin the method instead. When a message names HMAC-SHA1 or HMAC-SHA256, the key is derived from consumer_secret and CVSSv3.1 9.8 (CRITICAL) · EPSS 2th percentile

CWECWE 347CWECWE 757TYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-19
2026-08-19 08:17Z
HIGH

CVE-2026-58086 — As an inadvertent side effect of an unrelated code change, PRIV_KTRACE was always denied

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-58086

As an inadvertent side effect of an unrelated code change, PRIV_KTRACE was always denied to a jailed root user. Tracing configured by a jailed root user was therefore not flagged as privileged. An unprivileged user in a jail that has permission to debug the target process can modify the jailed root user's ktrace(2) flags, or disable tracing outright. A jailed root user therefore cannot reliably trace unprivileged processes. CVSSv3.1 8.1 (HIGH) · EPSS 4th percentile

CWECWE 273TYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-19
2026-08-19 08:17Z
HIGH

CVE-2026-58083 — An unprivileged local user can trigger a use-after-free in the kernel, potentially leading to

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-58083

While the kernel was copying knotes during fork, a knote with a timer-based filter could fire and be enqueued on the kqueue's active list before the copy was complete. The copy routine did not account for this and could enqueue the new knote a second time, corrupting the active list. In addition, the copy routine did not hold the appropriate locks while reading knote state, allowing further races. An unprivileged local user can trigger a use-after-free in the kernel, poten CVSSv3.1 8.4 (HIGH)

CWECWE 416TYPVulnerability
8.4
CVSS v3.1
92
Edit Score
2026-08-19
2026-08-19 08:17Z
CRIT

CVE-2026-58082 — ISO: Some ISO-2022 variants can require up to 10 bytes per character, in which case

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-58082

The ISO-2022 encoding module used a stack buffer sized to MB_LEN_MAX (6 bytes) for intermediate character output. Some ISO-2022 variants can require up to 10 bytes per character, in which case conversions can trigger a stack buffer overflow of up to four bytes. An application that uses iconv(3) to convert untrusted input to or from one of the affected encodings may be vulnerable to buffer overflows if it uses one of the affected encoding modules. CVSSv3.1 9.8 (CRITICAL) · EPSS 12th percentile

CWECWE 121VNDIsoTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-19
2026-08-19 08:17Z
CRIT

CVE-2026-58081 — UTF: An application that uses iconv(3) to convert untrusted input to or from one of

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-58081

Several encoding modules, including HZ, UTF-7, VIQR, and ZW, did not properly check the size of the caller-supplied output buffer before writing converted characters. An application that uses iconv(3) to convert untrusted input to or from one of the affected encodings may be vulnerable to buffer overflows if it uses one of the affected encoding modules. CVSSv3.1 9.8 (CRITICAL) · EPSS 12th percentile

CWECWE 122VNDUtfTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
728 × 90 / responsive · programmatic ad slot
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-49428 — Certain: system calls, such open(2) with the O_TRUNC flag set, and fspacectl(2), could incorrectly

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-49428

Certain system calls, such open(2) with the O_TRUNC flag set, and fspacectl(2), could incorrectly free memory in largepage objects. These operations are not permitted on largepage objects, but the implementation did not verify this. An unprivileged local user can abuse the bug to access freed kernel memory. This can be exploited to escalate privileges. CVSSv3.1 8.4 (HIGH)

CWECWE 915VNDCertainTYPVulnerability
8.4
CVSS v3.1
92
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-49427 — Pages: belonging to largepage shared memory objects were not explicitly wired.

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-49427

Pages belonging to largepage shared memory objects were not explicitly wired. When sendfile(2) transmitted such an object with the SF_NOCACHE flag, it freed the underlying pages after transmission even though existing mappings still referred to them. An unprivileged local user can abuse the bug to access freed kernel memory. This can be exploited to escalate privileges. CVSSv3.1 8.8 (HIGH) · EPSS 27th percentile

CWECWE 826VNDPagesTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-49422 — RACK: The RACK setsockopt(2) handler drops the connection lock in order to copy option data

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-49422

The RACK setsockopt(2) handler drops the connection lock in order to copy option data from userspace, then reacquires the lock. After reacquiring, it verifies that the TCP stack had not been switched away, but did not reload its pointer to the stack's per-connection control block. If userspace switches stacks twice during this window, the check will succeed but the saved pointer will refer to freed memory. The bug may be exploitable by an unprivileged local user to escalat CVSSv3.1 8.4 (HIGH)

CWECWE 416VNDRackTYPVulnerability
8.4
CVSS v3.1
92
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-49420 — RTSP: A host sending crafted RTSP traffic from inside a NAT gateway using libalias can

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-49420

The RTSP handler in libalias rewrote outgoing packets into a fixed-length stack buffer without checking whether the rewritten data fit in the buffer, or whether the result fit back in the original packet. A host sending crafted RTSP traffic from inside a NAT gateway using libalias can overflow a stack buffer, potentially achieving remote code execution in the kernel (when using ipfw(4) NAT) or in the natd(8) process (which generally runs as the root user). CVSSv3.1 8.8 (HIGH)

CWECWE 121VNDRtspTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-19842 — SAML: The SAML Single Sign On WordPress plugin before 5.4.7 does not verify the signature

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-19842

The SAML Single Sign On WordPress plugin before 5.4.7 does not verify the signature of a SAML response before storing the certificate it carries, and offers an administrator a one-click control that promotes that stored certificate to the site's trusted signing certificate, allowing unauthenticated attackers to have a certificate of their own trusted and then authenticate as any user, including an administrator. CVSSv3.1 8.8 (HIGH)

CWECWE 287VNDSamlTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-19
2026-08-19 06:17Z
CRIT

CVE-2026-18937 — Broken: The Broken Link Checker WordPress plugin before 2.4.12 does not limit which query variables

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-18937

The Broken Link Checker WordPress plugin before 2.4.12 does not limit which query variables it accepts from user input on sites using plain permalinks, allowing unauthenticated users to overwrite arbitrary PHP global variables, and to execute arbitrary code on the server when a classic (non-block) is active. CVSSv3.1 9.0 (CRITICAL)

CWECWE 94VNDBrokenTYPVulnerability
9.0
CVSS v3.1
95
Edit Score
2026-08-19
2026-08-19 06:17Z
CRIT

CVE-2026-18776 — TrueBooker: The TrueBooker WordPress plugin before 1.2.7 does not have proper authorisation checks in some

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-18776

The TrueBooker WordPress plugin before 1.2.7 does not have proper authorisation checks in some of its AJAX actions, allowing unauthenticated users to change the email address of arbitrary users, including administrators, and subsequently take over their account via the password reset flow. CVSSv3.1 9.8 (CRITICAL)

CWECWE 284VNDTruebookerTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-19
2026-08-19 06:17Z
CRIT

CVE-2026-18051 — Total: The W3 Total Cache WordPress plugin before 2.10.5 does not properly validate the request

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-18051

The W3 Total Cache WordPress plugin before 2.10.5 does not properly validate the request path it uses to build cache file names, allowing unauthenticated attackers to write a file into any existing directory on the server, inside or outside the web root, overwriting whatever occupies the target name. On Apache, the same flaw overwrites the site's .htaccess files, which breaks the site and can strip hardening rules that other security measures rely on. CVSSv3.1 10.0 (CRITICAL)

CWECWE 22VNDTotalTYPVulnerability
10.0
CVSS v3.1
100
Edit Score
2026-08-19
2026-08-19 06:17Z
CRIT

CVE-2026-18031 — TabaPay: The TabaPay Gateway WordPress plugin through 1.4.0 does not validate the payment callback before

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-18031

The TabaPay Gateway WordPress plugin through 1.4.0 does not validate the payment callback before establishing a session for the account associated with the referenced order, allowing unauthenticated attackers to log in as any registered user, including an administrator. CVSSv3.1 9.8 (CRITICAL)

CWECWE 287VNDTabapayTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-16950 — Product: The Product Shortlist WordPress plugin through 1.0.4 does not properly sanitise and escape a

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-16950

The Product Shortlist WordPress plugin through 1.0.4 does not properly sanitise and escape a parameter before using it in a SQL statement, allowing unauthenticated attackers to perform SQL injection attacks. CVSSv3.1 8.6 (HIGH)

CWECWE 89TYPVulnerability
8.6
CVSS v3.1
93
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-16617 — Simple: The Simple File List WordPress plugin through 6.3.11 does not properly sanitise and escape

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-16617

The Simple File List WordPress plugin through 6.3.11 does not properly sanitise and escape a file's description before outputting it on the public file list, allowing unauthenticated users (when front-end file management is enabled) to perform Stored Cross-Site Scripting attacks that execute in the browser of any visitor viewing the list. CVSSv3.1 8.8 (HIGH)

CWECWE 79VNDSimpleTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-16616 — Simple: The Simple File List WordPress plugin through 6.3.11 does not validate the source path

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-16616

The Simple File List WordPress plugin through 6.3.11 does not validate the source path of a file-move operation reachable by unauthenticated users, allowing them to read arbitrary files on the server and to relocate critical files out of the web root, leading to sensitive information disclosure and potential site takeover. CVSSv3.1 8.6 (HIGH)

CWECWE 22VNDSimpleTYPVulnerability
8.6
CVSS v3.1
93
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-14334 — Booking: The Booking calendar, Appointment Booking System WordPress plugin through 3.2.36 does not properly sanitize

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-14334

The Booking calendar, Appointment Booking System WordPress plugin through 3.2.36 does not properly sanitize uploaded SVG files, allowing unauthenticated attackers to upload a file that bypasses the Booking calendar, Appointment Booking System WordPress plugin through 3.2.36's script-stripping and executes arbitrary JavaScript when the SVG is opened, including in the session of an administrator who reviews the submitted booking. CVSSv3.1 8.8 (HIGH)

CWECWE 79VNDBookingTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-13169 — Eventin: The Eventin WordPress plugin before 4.1.21 does not properly verify ownership of events before

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-13169

The Eventin WordPress plugin before 4.1.21 does not properly verify ownership of events before allowing them to be modified, deleted, or reassigned to a different author, allowing users with contributor-level access and above to alter, delete, or take over events created by other users including administrators. CVSSv3.1 8.1 (HIGH)

CWECWE 639VNDEventinTYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-12983 — Dinatur: The Dinatur WordPress plugin through 1.18 does not sanitize and escape user input before

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-12983

The Dinatur WordPress plugin through 1.18 does not sanitize and escape user input before using it in a SQL query, allowing unauthenticated users to perform SQL injection attacks. The same handler also performs a database table truncation without any authorization check, allowing any unauthenticated visitor to wipe the Dinatur WordPress plugin through 1.18's data. CVSSv3.1 8.6 (HIGH)

CWECWE 89VNDDinaturTYPVulnerability
8.6
CVSS v3.1
93
Edit Score
2026-08-19
2026-08-19 06:17Z
HIGH

CVE-2026-11565 — Advanced: The Advanced File Manager WordPress plugin before 5.4.13 does not perform capability checks in

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-11565

The Advanced File Manager WordPress plugin before 5.4.13 does not perform capability checks in several of its file management AJAX actions, allowing users with any role to which an administrator has granted file-manager access (as low as Subscriber) to read arbitrary files on the server — including sensitive configuration files — and to overwrite existing non-PHP files, which can be leveraged to compromise administrator accounts and the whole site. CVSSv3.1 8.5 (HIGH)

VNDAdvancedTYPVulnerability
8.5
CVSS v3.1
93
Edit Score
2026-08-19
2026-08-19 05:17Z
HIGH

CVE-2026-70408 — An incorrect authorization vulnerability exists in acmailer, which may allow a user to create

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-70408

An incorrect authorization vulnerability exists in acmailer, which may allow a user to create a sub-account that has administrative privileges. CVSSv3.1 8.8 (HIGH)

CWECWE 863TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2026-08-19
2026-08-19 05:17Z
HIGH

CVE-2026-49419 — JAIL_AT_DESC: When this is done on the jail host, the bug will generally result in

NVD (auto-promoted CVEs)·nvd.nist.govCVE-2026-49419

When the JAIL_AT_DESC flag is specified, kern_jail_set() and kern_jail_get() released the reference to the caller's current prison before looking up the jail descriptor. If the descriptor lookup failed, error-handling paths released the same reference a second time. An unprivileged local user can trigger a prison reference count underflow, which may cause the prison structure to be freed while still in use. When this is done on the jail host, the bug will generally result CVSSv3.1 8.8 (HIGH) · EPSS 5th percentile

CWECWE 911VNDJail At DescTYPVulnerability
8.8
CVSS v3.1
94
Edit Score