2w ago
2026-08-28 08:16Z
CRIT

CVE-2026-80609 — Linux: In the Linux kernel, the following vulnerability has been resolved: qede: fix out-of-bounds check

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

In the Linux kernel, the following vulnerability has been resolved: qede: fix out-of-bounds check for cqe->len_list[] Move index check before element access. CVSSv3.1 9.8 (CRITICAL)

TYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2w ago
2026-08-28 08:16Z
HIGH

CVE-2026-80608 — Linux: If amdxdna_gem_obj_free() is called after device removal, it may attempt to access xdna->domain, resulting

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

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix iommu domain lifetime race during device removal When force_iova mode is enabled, amdxdna_remove() frees xdna->domain. If amdxdna_gem_obj_free() is called after device removal, it may attempt to access xdna->domain, resulting in a use-after-free. Fix the race by adding freeing xdna->domain as a managed release action, so its lifetime is managed by DRM and remains valid until all managed CVSSv3.1 8.8 (HIGH)

TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2w ago
2026-08-28 08:16Z
HIGH

CVE-2026-80604 — Linux: With a size of 0, this results in an out-of-bounds read or kernel panic.

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

In the Linux kernel, the following vulnerability has been resolved: HID: core: Fix OOB read in hid_get_report for numbered reports When a caller passes a size of 0 to hid_report_raw_event() for a numbered report, the function originally called hid_get_report() before performing any size validation. Inside hid_get_report(), if the report is numbered (report_enum->numbered is true), it unconditionally dereferences data[0] to extract the report ID. With a size of 0, this resu CVSSv3.1 8.8 (HIGH)

TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2w ago
2026-08-28 08:16Z
CRIT

CVE-2026-80603 — Linux: The extra allocation byte is also a fragile guard: if the cap or allocation

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

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB read parse_dcc() treats data_end as an inclusive end pointer, but its only caller passes data_limit = ib_ptr + datalen, which points one past the last valid byte. The newline search loop iterates while tmp <= data_end, so when no newline is present, *tmp is read at tmp == data_end, one byte beyond the region filled by skb_header_pointer(). irc_bu CVSSv3.1 9.1 (CRITICAL)

TYPVulnerability
9.1
CVSS v3.1
96
Edit Score
2w ago
2026-08-28 08:16Z
HIGH

CVE-2026-80601 — Linux: Variables which were pointing to the old buffer need to be reassigned to avoid

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

In the Linux kernel, the following vulnerability has been resolved: batman-adv: gw: acquire ethernet header only after skb realloc The pskb_may_pull() called by batadv_get_vid() could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an use-after-free. CVSSv3.1 8.8 (HIGH)

TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2w ago
2026-08-28 08:16Z
CRIT

CVE-2026-80600 — Linux: Variables which were pointing to the old buffer need to be reassigned to avoid

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

In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: acquire ARP hw source only after skb realloc The pskb_may_pull() called by batadv_get_vid() could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an use-after-free. CVSSv3.1 9.8 (CRITICAL)

TYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2w ago
2026-08-28 08:16Z
HIGH

CVE-2026-80599 — Linux: This could have caused an out-of-bounds access.

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

In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: ensure accessible eth_hdr proto field When batadv_get_vid() accesses the proto field of the ethernet header, it is not checking if the data itself is accessible. The caller is responsible for it. But in contrast to other call sites, batadv_dat_get_vid() and its caller didn't make sure this is true. This could have caused an out-of-bounds access. CVSSv3.1 8.1 (HIGH)

TYPVulnerability
8.1
CVSS v3.1
91
Edit Score
728 × 90 / responsive · programmatic ad slot
2w ago
2026-08-28 08:16Z
HIGH

CVE-2026-80596 — Linux: Data interfaces lack the necessary descriptors and internal state to handle these requests, and

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

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - only expose sysfs attributes on control interface When the driver was converted to use the driver core to instantiate device attributes (via .dev_groups in the usb_driver structure), the attributes started appearing on all interfaces bound to the driver. Since the ims-pcu driver manually claims the secondary data interface during probe, the driver core automatically creates the sysfs attrib CVSSv3.1 8.4 (HIGH)

TYPVulnerability
8.4
CVSS v3.1
92
Edit Score
2w ago
2026-08-28 08:16Z
HIGH

CVE-2026-80593 — Linux: Add the same check to atk_ec_present() so a malformed firmware package cannot trigger an

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

In the Linux kernel, the following vulnerability has been resolved: hwmon: (asus_atk0110) Check package count before accessing element atk_ec_present() walks the management group package returned by the GGRP ACPI method and, for each sub-package, reads its first element: id = &obj->package.elements[0]; if (id->type != ACPI_TYPE_INTEGER) without checking that the sub-package is non-empty. ACPICA allocates the element array with exactly package.count entries, so for a su CVSSv3.1 8.4 (HIGH)

TYPVulnerability
8.4
CVSS v3.1
92
Edit Score
2w ago
2026-08-28 08:16Z
HIGH

CVE-2026-80590 — Linux: This has been reachable since commit f43798c27684 ("tun: Allow GSO using virtio_net_hdr"), the first

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

In the Linux kernel, the following vulnerability has been resolved: inet: frags: strip GSO state from fragments before reassembly A virtio_net_hdr (tun/tap, or AF_PACKET with PACKET_VNET_HDR) can mark an IPv4 or IPv6 fragment as GSO; nothing relates gso_type to frag_off. inet_frag_reasm_prepare()/inet_frag_reasm_finish() keep the first fragment's skb as the head of the reassembled datagram, including its shinfo->gso_size/gso_type/gso_segs, and chain the remaining fragments CVSSv3.1 8.6 (HIGH)

TYPVulnerability
8.6
CVSS v3.1
93
Edit Score
2w ago
2026-08-28 08:16Z
CRIT

CVE-2026-78032 — SOY: CMS contains an issue with deserialization of untrusted data.

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

SOY CMS contains an issue with deserialization of untrusted data. An arbitrary code may be executed by an attacker with the web server privilege. CVSSv3.1 9.8 (CRITICAL)

CWECWE 502VNDSoyTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2w ago
2026-08-28 08:16Z
CRIT

CVE-2026-76581 — WPMU: The WPMU DEV Dashboard plugin for WordPress is vulnerable to Authentication Bypass in all

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

The WPMU DEV Dashboard plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 5.0.1. This is due to inconsistent and ambiguous HMAC message construction between the unauthenticated `wdpsso_step1` and `wdpsso_step2` AJAX actions, where step 1 signs and discloses an unseparated concatenation of the token, state, redirect, and domain values, while step 2 verifies an unseparated concatenation that omits the domain field. This makes it po CVSSv3.1 9.8 (CRITICAL)

CWECWE 347VNDWpmuTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2w ago
2026-08-28 08:16Z
CRIT

CVE-2026-40541 — An improper neutralization of input during web page generation ('Cross-site Scripting') vulnerability in extract

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

An improper neutralization of input during web page generation ('Cross-site Scripting') vulnerability in extract domain in Synology Chat Server before 2.4.5-22148 allows remote authenticated users, via a UI interaction, to read or write arbitrary files and conduct denial-of-service attacks in DSM. CVSSv3.1 9.0 (CRITICAL)

CWECWE 79TYPVulnerability
9.0
CVSS v3.1
95
Edit Score
2w ago
2026-08-28 08:16Z
HIGH

CVE-2026-19423 — Ultimate: The Ultimate Member WordPress plugin before 2.13.0 does not validate a submitted role selection

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

The Ultimate Member WordPress plugin before 2.13.0 does not validate a submitted role selection when it cannot resolve the set of roles a profile form permits, and screens the value against the site's registered role names rather than against the form's own allow-list, allowing unauthenticated users who register through the Ultimate Member WordPress plugin before 2.13.0's own form to grant themselves arbitrary capabilities and reach administrator-equivalent access. CVSSv3.1 8.1 (HIGH)

CWECWE 269VNDUltimateTYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2w ago
2026-08-28 05:16Z
CRIT

CVE-2026-82082 — NUMail: developed by Green-Computing has an OS Command Injection vulnerability.

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

NUMail developed by Green-Computing has an OS Command Injection vulnerability. Unauthenticated remote attackers can inject arbitrary OS commands and execute them on the server. CVSSv3.1 9.8 (CRITICAL)

CWECWE 78VNDNumailTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2w ago
2026-08-28 02:16Z
CRIT

CVE-2026-61800 — Wazuh: In versions 4.4.0 through 4.14.6, a party holding the cluster key can write, overwrite

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

Wazuh is an open-source security platform providing unified XDR and SIEM protection for endpoints and cloud workloads. In versions 4.4.0 through 4.14.6, a party holding the cluster key can write, overwrite, or delete arbitrary files under /var/ossec on worker nodes, leading to remote code execution as root. During cluster file synchronization, the non-merged branch of update_master_files_in_worker() moves each staged file to a destination derived only from safe_join(), which CVSSv3.1 9.1 (CRITICAL)

CWECWE 22VNDWazuhTYPVulnerability
9.1
CVSS v3.1
96
Edit Score
2w ago
2026-08-28 02:16Z
HIGH

CVE-2026-38820 — openNDS before 11.0.0 is susceptible to unauthenticated OS command execution via shell command injection

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

openNDS before 11.0.0 is susceptible to unauthenticated OS command execution via shell command injection through the fas query parameter on the /opennds_preauth/ endpoint because of libopennds.sh. CVSSv3.1 8.3 (HIGH)

CWECWE 78TYPVulnerability
8.3
CVSS v3.1
92
Edit Score
2w ago
2026-08-28 00:18Z
HIGH

CVE-2026-82072 — Out: of bounds read in V8 in Google Chrome prior to 151.0.7922.72 allowed a

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

Out of bounds read in V8 in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: Medium) CVSSv3.1 8.8 (HIGH)

CWECWE 125TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2w ago
2026-08-28 00:18Z
CRIT

CVE-2026-78239 — Xiiaozet: LK100W exposes a critical management function that can be invoked without authentication, allowing

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

Xiiaozet LK100W exposes a critical management function that can be invoked without authentication, allowing a remote attacker to enable administrative services that should be restricted. Successful exploitation may permit unauthorized access to the device. CVSSv3.1 9.8 (CRITICAL)

CWECWE 306VNDXiiaozetTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2w ago
2026-08-28 00:18Z
HIGH

CVE-2026-78037 — Xiiaozet: LK100W is vulnerable to OS command injection through its web-based management interface.

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

Xiiaozet LK100W is vulnerable to OS command injection through its web-based management interface. An authenticated attacker may be able to execute arbitrary operating system commands with elevated privileges, potentially resulting in unauthorized access to sensitive information or complete device compromise. CVSSv3.1 8.8 (HIGH)

CWECWE 78VNDXiiaozetTYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2w ago
2026-08-28 00:18Z
HIGH

CVE-2026-77977 — Ebyte: gateway product's vendor configuration utility does not require authentication before allowing certain disruptive

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

Ebyte gateway product's vendor configuration utility does not require authentication before allowing certain disruptive administrative actions when default credentials remain configured. An unauthenticated attacker on the adjacent network could reboot the device or restore factory settings, resulting in a loss of configuration and service availability. CVSSv3.1 8.1 (HIGH)

CWECWE 306VNDEbyteTYPVulnerability
8.1
CVSS v3.1
91
Edit Score
2w ago
2026-08-28 00:18Z
CRIT

CVE-2026-76943 — Xiiaozet: LK100Wt contains an authentication weakness within an administrative service that may allow an

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

Xiiaozet LK100Wt contains an authentication weakness within an administrative service that may allow an attacker to bypass intended access controls and obtain command execution capabilities. Successful exploitation could allow unauthorized interaction with privileged functionality and may lead to complete device compromise. CVSSv3.1 9.8 (CRITICAL)

CWECWE 288VNDXiiaozetTYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2w ago
2026-08-28 00:18Z
CRIT

CVE-2026-76179 — Authentication tokens used by the web management interface are insufficiently protected during client-side session

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

An improper protection of authentication tokens vulnerability exists in certain Ebyte gateway products. Authentication tokens used by the web management interface are insufficiently protected during client-side session handling, which may allow an attacker with access to exposed session information to obtain and reuse a valid token. Successful exploitation could allow an attacker to impersonate an authenticated user and gain unauthorized access to device management func CVSSv3.1 9.8 (CRITICAL)

CWECWE 598TYPVulnerability
9.8
CVSS v3.1
99
Edit Score
2w ago
2026-08-28 00:18Z
HIGH

CVE-2026-76060 — An authenticated OS command injection vulnerability exists in ZoneMinder's event export functionality.

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

An authenticated OS command injection vulnerability exists in ZoneMinder's event export functionality. The exportFile HTTP request parameter is passed unsanitized into a shell command executed via PHP's exec(), allowing any authenticated user with View Events permission to execute arbitrary operating system commands on the server. CVSSv3.1 8.8 (HIGH)

CWECWE 78TYPVulnerability
8.8
CVSS v3.1
94
Edit Score
2w ago
2026-08-28 00:18Z
HIGH

CVE-2026-75814 — Ebyte: An unauthenticated remote attacker could persuade an authenticated administrator to visit a crafted page

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

The Ebyte device does not adequately verify the origin or authenticity of requests submitted to the web management interface. An unauthenticated remote attacker could persuade an authenticated administrator to visit a crafted page, causing unauthorized configuration changes or a disruption of device availability. CVSSv3.1 8.8 (HIGH)

CWECWE 352VNDEbyteTYPVulnerability
8.8
CVSS v3.1
94
Edit Score