Skip to main content
CVE-2026-35338 Apr 22, 16:07 HIGH POC PATCH GHSA This Week

Recursive chmod operations can bypass --preserve-root protection in uutils coreutils versions prior to 0.6.0, allowing local authenticated users to execute destructive permission changes across the entire root filesystem. The vulnerability stems from incomplete path canonicalization that permits path traversal variants (/../) and symbolic links to circumvent safety checks, potentially causing system-wide denial of service. EPSS score of 0.01% indicates minimal exploitation probability in the wild, with no public exploit code identified and vendor patch available in version 0.6.0.

Path Traversal Coreutils Uutils
NVD GitHub VulDB
CVSS 3.1
7.3
EPSS
0.0%
CVE-2026-4132 Apr 22, 07:45 HIGH This Week

Arbitrary file write in HTTP Headers plugin for WordPress versions ≤1.19.2 enables authenticated administrators to achieve remote code execution by manipulating htpasswd file path configuration and injecting PHP code via unsanitized username input. Administrators can set a malicious file path (e.g., webroot/shell.php) through 'hh_htpasswd_path' option and inject executable code via the 'hh_www_authenticate_user' field, which is written directly to disk without validation. Wordfence disclosure includes direct source code references showing the vulnerable apache_auth_credentials() and update_auth_credentials() functions. No public exploit code or active exploitation confirmed at time of analysis.

PHP WordPress RCE Http Headers Wordpress Plugin +1
NVD
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-41676 Apr 22, 21:22 HIGH PATCH GHSA This Week

Memory corruption in rust-openssl's key derivation functions allows heap or stack buffer overflow when applications pass undersized buffers to Deriver::derive or PkeyCtxRef::derive on OpenSSL 1.1.x. The vulnerability affects X25519, X448, DH, and HKDF-extract operations where OpenSSL ignores the caller-specified buffer length and unconditionally writes the full shared secret, causing safe Rust code to trigger memory corruption. Vendor patch available in v0.10.78; OpenSSL 3.x deployments are not affected as newer providers correctly validate buffer lengths.

Buffer Overflow OpenSSL Suse
NVD GitHub VulDB
CVSS 4.0
7.2
EPSS
0.0%
CVE-2026-41678 Apr 22, 21:17 HIGH PATCH GHSA This Week

Out-of-bounds memory write in rust-openssl's AES key unwrap function allows attackers who control buffer sizes to corrupt memory via safe API misuse. The aes::unwrap_key() function contains an inverted bounds assertion that accepts undersized output buffers and rejects correctly sized ones, causing the function to write beyond allocated memory by in_.len() - 8 - out.len() bytes. Vendor patch available via GitHub PR #2604 and commit 718d07ff, released in openssl-v0.10.78. No evidence of active exploitation (not in CISA KEV) or public proof-of-concept at time of analysis, but the logic flaw is clearly documented in vendor advisory GHSA-8c75-8mhr-p7r9.

Buffer Overflow Memory Corruption Suse
NVD GitHub VulDB
CVSS 4.0
7.2
EPSS
0.0%
CVE-2026-41170 Apr 22, 21:13 HIGH PATCH This Week

Server-Side Request Forgery in Squidex's backup restoration endpoint allows authenticated administrators to probe internal network services and access cloud metadata endpoints. The RestoreController.PostRestoreJob endpoint accepts arbitrary URLs without SSRF protection, enabling internal reconnaissance through the application's HTTP client. Exploitation requires high privileges (admin authentication) but grants access to confidential internal resources and sensitive cloud service metadata. Version 7.23.0 patches this vulnerability. EPSS exploitation probability and active exploitation status are not reported in available intelligence.

SSRF Squidex
NVD GitHub
CVSS 4.0
7.2
EPSS
0.0%
CVE-2026-6834 Apr 22, 03:36 HIGH This Week

Missing authorization in a+HRD API allows authenticated low-privilege remote attackers to read arbitrary database contents. The vulnerability exists in a specific API method that fails to properly verify user permissions, enabling lateral privilege escalation to access sensitive data beyond the attacker's authorization scope. The CVSS 4.0 score of 7.1 reflects high confidentiality impact with network attack vector and low attack complexity, though exploitation requires valid user credentials.

Authentication Bypass A Hrd Aenrich
NVD VulDB
CVSS 4.0
7.1
EPSS
0.0%
CVE-2026-6833 Apr 22, 03:32 HIGH This Week

SQL injection in aEnrich a+HRD allows authenticated remote attackers to read database contents through malicious SQL command injection. The vulnerability requires low-privilege authentication but enables complete confidentiality breach of database information. No active exploitation confirmed via CISA KEV, and EPSS data not available, but the low attack complexity (AC:L) and network attack vector (AV:N) make this exploitable by any authenticated user with basic SQL injection knowledge.

SQLi A Hrd Aenrich
NVD VulDB
CVSS 4.0
7.1
EPSS
0.0%
CVE-2026-31484 Apr 22, 14:16 HIGH PATCH This Week

Out-of-bounds read in the Linux kernel io_uring fdinfo handler allows a local, low-privileged user to leak adjacent kernel memory (and potentially crash the kernel) by reading /proc fdinfo for an io_uring instance created with IORING_SETUP_SQE_MIXED. The flaw affects Linux 6.19 and the 7.0 release candidates (rc1-rc7) and is fixed in 6.19.11 and 7.0. EPSS is negligible (0.02%, 5th percentile), there is no public exploit identified at time of analysis, and it is not on the CISA KEV list.

Buffer Overflow Information Disclosure Linux
NVD VulDB
CVSS 3.1
7.1
EPSS
0.0%
CVE-2026-31470 Apr 22, 14:16 HIGH PATCH This Week

A buffer validation flaw in Linux kernel's TDX guest driver (versions 6.7+) allows local authenticated attackers to leak kernel memory beyond allocated quote buffers into userspace, potentially crossing container isolation boundaries in multi-tenant TDX environments. The vulnerability stems from insufficient validation of host-controlled quote_buf->out_len values during remote attestation operations. Patches available for stable branches 6.12.80, 6.18.21, 6.19.11, and mainline 7.0. EPSS score of 0.02% (5th percentile) indicates low exploitation probability in the wild, with no public exploit code or active exploitation confirmed at time of analysis.

Buffer Overflow Linux Memory Corruption
NVD VulDB
CVSS 3.1
7.1
EPSS
0.0%
CVE-2026-31486 Apr 22, 14:16 HIGH PATCH This Week

Improper locking in the Linux kernel's PMBus hardware monitoring core (drivers/hwmon/pmbus) allows a local low-privileged attacker to trigger a race condition against unserialized regulator voltage operations, corrupting shared PMBus register state and per-page data. The pmbus_regulator_get_voltage(), set_voltage(), and list_voltage() paths accessed shared data without holding update_lock, and the fix reworks notification delivery through a worker to avoid a mutex deadlock. There is no public exploit identified at time of analysis and EPSS is very low (0.02%), consistent with a hardware-dependent local integrity/availability issue rather than a broadly exploitable flaw.

Information Disclosure Linux
NVD VulDB
CVSS 3.1
7.1
EPSS
0.0%
CVE-2026-6855 Apr 22, 12:29 HIGH GHSA This Week

Path traversal in InstructLab's chat session handler enables local authenticated attackers to write files to arbitrary filesystem locations by manipulating the logs_dir parameter. Red Hat Enterprise Linux AI 3 deployments are confirmed affected. CVSS 7.1 (High) reflects significant confidentiality and integrity impact, though exploitation requires local access and low-level privileges. No active exploitation (CISA KEV) or public proof-of-concept identified at time of analysis. EPSS data not available, suggesting limited immediate widespread exploitation risk despite high severity rating.

Path Traversal Red Hat Enterprise Linux Ai Rhel Ai 3 Red Hat
NVD
CVSS 3.1
7.1
EPSS
0.0%
CVE-2026-35341 Apr 22, 16:07 HIGH POC PATCH GHSA This Week

Local privilege escalation in uutils coreutils mkfifo allows authenticated users to downgrade permissions on arbitrary files to world-readable mode. When mkfifo attempts to create a FIFO at a path where a file already exists, it erroneously continues execution and calls set_permissions on the existing file, changing its mode to default (typically 644 after umask). This can expose sensitive files like SSH private keys (~/.ssh/id_rsa) or application secrets to unauthorized local users. CISA SSVC confirms proof-of-concept code exists with total technical impact, though EPSS data is not available and the vulnerability is not yet in CISA KEV, indicating exploitation remains theoretical rather than widespread.

Information Disclosure Coreutils Uutils
NVD GitHub VulDB
CVSS 3.1
7.1
EPSS
0.0%
CVE-2026-41166 Apr 22, 14:38 HIGH PATCH GHSA This Week

OpenRemote Manager allows privilege escalation to Keycloak master realm administrator through improper authorization in the Manager API. Users with write:admin permission in any non-master realm can manipulate realm role assignments in other realms, including master, by exploiting missing authorization checks in the updateUserRealmRoles endpoint. An attacker controlling any user in the master realm can grant themselves admin privileges, achieving full Keycloak administrator access. Vendor-released patch version 1.22.1 addresses this vulnerability. No public exploit code identified at time of analysis, though a detailed proof-of-concept is documented in the advisory.

Authentication Bypass Privilege Escalation Java
NVD GitHub
CVSS 3.1
7.0
EPSS
0.0%
CVE-2026-35352 Apr 22, 16:08 HIGH GHSA This Week

Privilege escalation in uutils coreutils mkfifo utility allows local attackers with low privileges to manipulate file permissions on arbitrary system files. A TOCTOU race condition between FIFO creation and permission setting enables symlink swapping attacks, redirecting chmod operations to unintended targets. SSVC framework indicates proof-of-concept exists with total technical impact. While CVSS rates this 7.0 (High), exploitation requires high attack complexity (race condition timing), low privileges, and write access to the parent directory where mkfifo is executed - most impactful when the utility runs with elevated privileges in automated scripts or system processes. No active exploitation confirmed (not in CISA KEV); EPSS data not available.

Privilege Escalation Coreutils Uutils
NVD GitHub
CVSS 3.1
7.0
EPSS
0.0%
Prev Page 3 of 3

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy