Skip to main content
CVE-2026-50782 Jul 29, 00:00 HIGH This Week

Arbitrary file disclosure in Jinher OA C6 allows unauthenticated remote attackers to read sensitive server files through an XML External Entity flaw in the HrmAttendance sp_manager_getUserlist.aspx GetXmlHttp endpoint, which parses attacker-supplied XML without disabling external entity resolution. Because the attack is unauthenticated (PR:N) and network-reachable (AV:N), a crafted XML payload triggers an out-of-band request that exfiltrates file contents. A public proof-of-concept exists in a GitHub repository, though it is not listed in CISA KEV and EPSS remains low (0.25%), indicating publicly available exploit code but no confirmed active exploitation.

XXE N A
NVD GitHub
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-65943 Jul 29, 13:19 HIGH This Week

Unauthenticated directory creation in the RO CSVI (CSV Improved) import/export extension for Joomla affects all versions from 1.0.0 through 9.11.0, allowing remote attackers with no authentication to create arbitrary directories on the server. The flaw is an access-control failure (CWE-284) tagged by the reporter as an authentication bypass, carrying a CVSS 7.5. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV.

Authentication Bypass Ro Csvi Rolandd
NVD
CVSS 3.1
7.5
EPSS
0.2%
CVE-2025-60931 Jul 29, 00:00 HIGH This Week

Unauthorized disclosure of employee compensation data affects Infor Global HR v11.24.10.01.33, where the Employee Compensation View function fails to verify that the requesting user owns the record being retrieved. By altering an identifier in a crafted GET request, an attacker can enumerate and read the salary and compensation details of arbitrary employees. There is no public exploit identified at time of analysis, though a third-party technical writeup describing the issue is referenced.

Authentication Bypass N A
NVD
CVSS 3.1
7.5
EPSS
0.2%
CVE-2026-12357 Jul 29, 19:04 HIGH This Week

Remote code execution in Heimdall Data Database Proxy lets an authenticated, high-privileged attacker inject CRLF sequences into the generateFileContent function to run arbitrary commands as root (ZDI-26-447, formerly ZDI-CAN-29251). The flaw carries a CVSS 7.2 (PR:H) rating and was reported through the Zero Day Initiative; no public exploit identified at time of analysis and it is not on CISA KEV, so exploitation risk is currently theoretical but the root-level impact is severe.

RCE Database Proxy
NVD
CVSS 3.0
7.2
EPSS
1.1%
CVE-2026-8497 Jul 29, 17:24 HIGH PATCH This Week

Man-in-the-middle interception in Devolutions Password Manager (version 2026.2.1.0 and earlier on Android, iOS, and macOS) stems from improper TLS certificate validation when the mobile/desktop client connects to a Devolutions Server. An adjacent-network attacker presenting a forged certificate can silently intercept and modify the sensitive vault/session traffic between client and server. No public exploit is identified at time of analysis, and CISA SSVC scores exploitation as 'none,' though the technical impact is rated total.

Information Disclosure Google Apple Password Manager Devolutions
NVD VulDB
CVSS 3.1
7.4
EPSS
0.1%
CVE-2026-23904 Jul 29, 07:04 HIGH PATCH This Week

Server-Side Request Forgery (SSRF) and open-proxy behavior in Apache Kyuubi's Engine UI proxy exposes the Kyuubi server as a request forwarder to arbitrary internal or external hosts. Versions 1.8.0 through 1.11.x accept an attacker-controlled host and port from the HTTP request path and blindly proxy the request to that destination, enabling network pivoting into otherwise unreachable services behind the Kyuubi server. No active exploitation has been confirmed in CISA KEV, and no public exploit code has been identified at time of analysis; however, the unauthenticated network vector and trivial exploitation conditions make this a credible internal reconnaissance risk in exposed deployments.

Apache SSRF Kyuubi
NVD GitHub VulDB
CVSS 3.1
7.3
EPSS
0.2%
CVE-2025-67406 Jul 29, 00:00 HIGH This Week

SQL injection in the Advocate Office Management System 1.0 (a SourceCodester PHP application) lets remote unauthenticated attackers inject arbitrary SQL through the 'id' GET parameter of control/activate_case.php. Publicly available exploit code exists (SSVC exploitation status: poc), with confirmed error-based and time-based blind techniques enabling full database extraction; the 'remote code execution' framing in the report is not substantiated by the provided sqlmap payloads. EPSS is low (0.16%, 6th percentile) and the flaw is not on CISA KEV, so no active exploitation is confirmed.

PHP RCE SQLi Microsoft N A
NVD GitHub VulDB
CVSS 3.1
7.3
EPSS
0.2%
CVE-2025-69949 Jul 29, 00:00 HIGH This Week

SQL injection in kishan0725's open-source Hospital Management System 4.0 lets remote attackers manipulate backend database queries through the check_availability.php endpoint via the unsanitized emailid and email parameters (CWE-89). The flaw carries a 7.3 CVSS score with a network/no-privilege vector, meaning it is reachable without authentication, though its EPSS probability is low (0.15%, 5th percentile) and no public exploit identified at time of analysis. The vulnerability is documented in the academic TaintRadar SQLi corpus but is not listed in CISA KEV.

PHP SQLi N A
NVD GitHub VulDB
CVSS 3.1
7.3
EPSS
0.1%
CVE-2025-67408 Jul 29, 00:00 HIGH This Week

SQL injection in Sourcecodester CASAP Automated Enrollment System 1.0 lets remote attackers manipulate backend database queries through the unsanitized 'status' parameter of /save_user.php, enabling data theft, tampering, or authentication bypass. The flaw carries a CVSS 7.3 and a documented technical writeup exists in the TaintRadar research repository, though it is not listed in CISA KEV and its EPSS exploitation probability is very low (0.14%, 4th percentile). No vendor patch has been identified for this end-of-life hobbyist PHP application.

PHP SQLi N A
NVD GitHub
CVSS 3.1
7.3
EPSS
0.1%
CVE-2025-67405 Jul 29, 00:00 HIGH This Week

SQL injection in Sourcecodester CASAP Automated Enrollment System 1.0 lets attackers manipulate the backend database through the new_password parameter of update_password.php, enabling data theft, credential tampering, and unauthorized account takeover. The flaw is a classic CWE-89 injection in a small PHP web application, with publicly available exploit code (TaintRadar/VulDB) but no public exploit confirmed as actively used. EPSS is low (0.14%, 4th percentile), consistent with a niche product that is documented but not mass-targeted.

PHP SQLi N A
NVD GitHub VulDB
CVSS 3.1
7.3
EPSS
0.1%
CVE-2025-69944 Jul 29, 00:00 HIGH This Week

SQL Injection in kishan0725 Hospital Management System 4.0 exposes patient medical history records to unauthenticated remote attackers via the `viewid` parameter of the `view-medhistory.php` endpoint. The CVSS vector confirms no authentication, complexity, or user interaction is required, and the SSVC framework independently verifies a proof-of-concept exists and the attack is fully automatable. Despite a low EPSS score of 0.14%, the sensitivity of medical record data and zero-barrier exploitation make any internet-exposed instance a meaningful risk; no public exploit identified at time of analysis as confirmed active exploitation (KEV not listed).

PHP SQLi N A
NVD GitHub VulDB
CVSS 3.1
7.3
EPSS
0.1%
CVE-2025-67407 Jul 29, 00:00 HIGH This Week

SQL injection in Sourcecodester CASAP Automated Enrollment System 1.0 allows attackers to manipulate backend database queries through the fname and student_class parameters of update_student.php, enabling extraction or tampering of student enrollment records. The flaw carries CVSS 7.3 (network-reachable, low complexity) but is a niche PHP tutorial-grade application with negligible exploitation probability (EPSS 0.14%, 4th percentile), and no public exploit identified at time of analysis. Not listed in CISA KEV.

PHP SQLi N A
NVD GitHub
CVSS 3.1
7.3
EPSS
0.1%
CVE-2025-69945 Jul 29, 00:00 HIGH This Week

SQL injection in kishan0725 Hospital Management System 4.0 lets remote attackers manipulate database queries through the unsanitized 'editid' GET parameter of /doctor/edit-patient.php. Successful injection can expose or alter stored patient records and potentially the whole application database. No active exploitation is confirmed (not in CISA KEV) and EPSS is low at 0.14%, though a public technical write-up documenting the injection point exists.

PHP SQLi N A
NVD GitHub VulDB
CVSS 3.1
7.3
EPSS
0.1%
CVE-2026-12476 Jul 29, 02:31 HIGH This Week

Arbitrary file upload vulnerability in the Easy Digital Downloads WordPress plugin (≤3.6.9) allows authenticated attackers with Shop Manager-level access to upload malicious files via insufficient validation in the import file upload function, potentially achieving remote code execution. No public exploit or active exploitation reported at time of analysis. The fix was applied in the plugin trunk.

WordPress RCE File Upload Wordpress Plugin Easy Digital Downloads Ecommerce Payments And Subscriptions Made Easy +1
NVD
CVSS 3.1
7.2
EPSS
0.6%
CVE-2026-65947 Jul 29, 14:00 HIGH This Week

Cross-site request forgery in balbooa Gridbox, a page-builder extension for Joomla, allows attackers to forge state-changing admin actions in versions prior to 2.20.2 by tricking an authenticated administrator into loading a malicious page. The flaw spans multiple CSRF vectors in the admin interface and carries high confidentiality and integrity impact (CVSS 7.3), though EPSS is only 0.10% and no public exploit identified at time of analysis. SSVC rates exploitation as 'none' with 'total' technical impact, indicating serious potential consequence but no observed weaponization.

CSRF Gridbox Extension For Joomla Balbooa Com
NVD
CVSS 3.1
7.3
EPSS
0.1%
CVE-2026-18255 Jul 29, 16:34 HIGH This Week

Robot account token disclosure in Red Hat Quay 3 allows a user assigned to the GLOBAL_READONLY_SUPER_USERS role to read the tokens of robot accounts belonging to repositories they are not a member of. Because these tokens are long-lived registry credentials, the read-only superuser can escalate a view-only role into full impersonation of any robot account, gaining whatever push/pull and repository permissions that robot holds. No public exploit identified at time of analysis; not listed in CISA KEV.

Authentication Bypass Red Hat Quay 3 Red Hat
NVD VulDB
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-13425 Jul 29, 07:48 HIGH This Week

Stored cross-site scripting in the Database for CF7 WordPress plugin (all versions through 1.2.6) lets unauthenticated attackers persist arbitrary JavaScript that executes in the browser of any user who later views an affected page. The flaw is reachable through Contact Form 7's public REST feedback endpoint, which accepts array-structured field input that the plugin writes directly to its custom table without sanitization. No public exploit identified at time of analysis; issue reported by Wordfence and rated CVSS 7.2 with a scope change.

WordPress XSS Wordpress Plugin Database For Cf7
NVD VulDB
CVSS 3.1
7.2
EPSS
0.2%
CVE-2026-16655 Jul 29, 09:31 HIGH This Week

Stored cross-site scripting in the Fluent Forms plugin for WordPress (all versions through 6.2.7) lets unauthenticated attackers persist malicious JavaScript via a nested 'password' member submitted through the form's Name field, because the input is neither sanitized on save nor escaped on output. The script executes in the browser of anyone - including administrators - who later views a page rendering the injected submission. There is no public exploit identified at time of analysis and it is not in CISA KEV, but the unauthenticated, network-reachable nature makes it broadly abusable against exposed forms.

WordPress XSS Fluent Forms Customizable Contact Forms Survey Quiz Conversational Form Builder Wordpress Plugin Wpmanageninja
NVD VulDB
CVSS 3.1
7.2
EPSS
0.3%
CVE-2026-16597 Jul 29, 09:31 HIGH This Week

Stored cross-site scripting in the GTM4WP (Google Tag Manager for WordPress) plugin, versions up to and including 1.22.3, lets unauthenticated attackers persist arbitrary JavaScript through WooCommerce billing fields (e.g. billing first name) during a guest checkout. The script executes in the browser of any user who later loads a page rendering that order data, enabling session/cookie theft and admin-context actions. No public exploit has been identified at time of analysis and it is not listed in CISA KEV; exploitation is gated on the plugin's WooCommerce order-data integration option being enabled.

WordPress XSS Google Wordpress Plugin Gtm4Wp A Google Tag Manager Gtm Plugin For Wordpress
NVD
CVSS 3.1
7.2
EPSS
0.2%
CVE-2026-55707 Jul 29, 15:11 HIGH PATCH This Week

Cross-project subnet mutation in OpenStack Neutron's subnetpool onboarding feature allows an authenticated tenant to modify subnets belonging to other projects, breaking multi-tenancy isolation. Affected releases span 2025.1/epoxy through the in-development 2026.2/hibiscus branch. No public exploit code has been identified at time of analysis, and CISA KEV listing is absent, but the multi-tenant nature of the affected deployments elevates real-world impact for shared cloud environments.

Authentication Bypass
NVD VulDB
CVSS 4.0
7.1
EPSS
0.5%
CVE-2026-18192 Jul 29, 06:40 HIGH This Week

Arbitrary file read in the Vacron VIN-DS783E-E6 device allows authenticated remote attackers to download arbitrary files from the underlying system by abusing relative path traversal (CWE-23). Any user with valid low-privilege credentials can escape the intended file-serving directory and retrieve sensitive system files such as configuration, credential, or password stores. No public exploit identified at time of analysis; the CVSS 4.0 score of 7.1 reflects network reachability, low attack complexity, and high confidentiality impact without integrity or availability effects.

Path Traversal Vin Ds783E E6
NVD
CVSS 4.0
7.1
EPSS
0.4%
CVE-2026-67194 Jul 29, 17:16 HIGH PATCH This Week

Denial of service in Courier IMAP before 6.0.1 and Courier Mail Server before 2.0.2 lets any authenticated IMAP user crash the imapd process by sending a single SEARCH command containing deeply nested parenthesized groups. Because the SEARCH parser recurses without a depth limit and Courier enforces no command-line length cap, roughly 2500 nested parentheses exhaust the 8MB default stack and trigger a SIGSEGV. There is no public exploit identified at time of analysis, but the vendor commit and advisory describe exploitation as trivial, and it affects availability only (no data exposure or code execution).

Denial Of Service
NVD GitHub
CVSS 4.0
7.1
EPSS
0.3%
CVE-2025-14562 Jul 29, 19:02 LOW POC PATCH Monitor

GitLab CE/EE permits an authenticated developer-role user who has been removed from a project to continue committing code changes by exploiting improper authorization checks on merge request collaboration settings (CWE-863). The flaw spans a massive version range from 10.6 through 19.2.0, affecting both Community and Enterprise editions. No active exploitation is confirmed via CISA KEV, but a publicly available proof-of-concept exists on HackerOne, and the issue has been patched in 19.0.5, 19.1.3, and 19.2.1.

Authentication Bypass Gitlab
NVD VulDB
CVSS 3.1
3.1
EPSS
0.2%
CVE-2026-12895 Jul 29, 11:16 HIGH PATCH This Week

SQL injection in Frappe's ERPNext (ERPNext 15.107.0, Frappe framework 15.107.2) lets an authenticated low-privilege user run arbitrary SQL by placing SQL metacharacters in the name (docname) of a Supplier record, which is later interpolated into a query via str.format() instead of being parameterized. Because the injected query runs with the application's database privileges, an attacker can bypass Frappe's DocPerm access controls and read data they should not see, including fragments of the administrator's password hash, stored credentials, integration tokens, and financial records. Per the CVSS 4.0 vector the flaw is network-reachable with low attack complexity and only low privileges (PR:L), and there is no public exploit identified at time of analysis.

Information Disclosure SQLi
NVD
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-35226 Jul 29, 07:05 HIGH PATCH This Week

Denial-of-service in the CODESYS PROFINET Controller allows an unauthenticated attacker on the same (adjacent) network segment to send malformed PROFINET communication data that triggers an out-of-bounds write and a runtime exception, forcing a controlled stop of the affected PLC application. The impact is availability-only (no data disclosure or code execution is claimed by the vendor); the CVSS 4.0 vector confirms VC:N/VI:N/VA:H. No public exploit identified at time of analysis, and it is not listed in CISA KEV.

Buffer Overflow Memory Corruption Codesys Codesys Profinet
NVD
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-50641 Jul 29, 13:18 HIGH PATCH This Week

Plaintext password storage in Streamsoft Business Intelligence (BI) exposes every user's credential in recoverable form within the application database, meaning anyone able to read the database obtains working passwords directly rather than hashes. The flaw (CWE-256) affects all versions prior to 6.8.0.0, where the vendor introduced proper storage and forced a password change on first login after upgrade. There is no public exploit identified at time of analysis and it is not in CISA KEV; impact is confidentiality of credentials, amplified by likely password reuse across systems.

Information Disclosure
NVD
CVSS 4.0
7.1
EPSS
0.2%
CVE-2026-16543 Jul 29, 15:29 HIGH This Week

Cluster-wide ingress denial of service in Kong Operator's embedded Kong Kubernetes Ingress Controller (KIC) lets a tenant holding only namespace-scoped Secret creation rights halt all ingress configuration changes across the entire cluster. Because the embedded KIC gathers CA-certificate Secrets from every watched namespace using only a label selector - with no ingress-class or namespace scoping - an attacker can plant a Secret whose user-controlled CA-certificate ID collides with an existing one, causing Kong Gateway to reject the whole configuration document. This is a missing-authorization (CWE-862) flaw reported by Kong; no public exploit identified at time of analysis and it is not listed in CISA KEV.

Authentication Bypass Denial Of Service Kubernetes
NVD GitHub
CVSS 4.0
7.1
EPSS
0.1%
CVE-2026-15228 Jul 29, 15:28 HIGH This Week

Cluster-wide ingress denial of service in Kong Kubernetes Ingress Controller (KIC) allows a tenant holding only namespace-scoped Secret creation rights to halt all ingress configuration changes across every watched namespace. Because KIC gathers CA-certificate Secrets by label selector alone - ignoring ingress-class and namespace boundaries - and derives the CA-certificate primary key from a user-supplied Secret field, a low-privileged user can create a duplicate CA-certificate ID that forces Kong Gateway to reject the entire configuration document. Reported by Kong; no public exploit identified at time of analysis and not listed in CISA KEV.

Authentication Bypass Denial Of Service Kubernetes
NVD GitHub
CVSS 4.0
7.1
EPSS
0.1%
CVE-2026-16465 Jul 29, 15:22 HIGH PATCH This Week

Out-of-bounds read in Autodesk AutoCAD, AutoCAD LT, and DWG TrueView 2027.0.0 exposes users to application crashes and sensitive memory disclosure when parsing maliciously crafted DWG or DXF files. Exploitation requires a local user to open a weaponized file, making social engineering the primary delivery mechanism targeting CAD operators in AEC and manufacturing environments. No active exploitation has been confirmed (not in CISA KEV), EPSS sits at a negligible 0.12% (2nd percentile), and a vendor patch is available via ADSK-SA-2026-0009.

Buffer Overflow Information Disclosure Autocad Autocad Lt Dwg Trueview +1
NVD VulDB
CVSS 3.1
7.1
EPSS
0.1%
CVE-2026-66723 Jul 29, 14:12 HIGH PATCH This Week

Missing authorization in MWDB Core's Remote Instances proxy API (versions >=2.2.0 to <2.19.0) lets an unauthenticated remote attacker relay arbitrary requests to a linked remote MWDB instance, executing them with the identity and permissions of the API key configured for that remote link. This effectively impersonates the API-key owner on the remote instance and enables unauthorized actions there. No public exploit identified at time of analysis; the flaw was reported by CERT-PL and is fixed in 2.19.0.

Authentication Bypass Mwdb Core
NVD GitHub
CVSS 4.0
7.0
EPSS
0.5%
CVE-2026-58159 Jul 29, 08:32 HIGH This Week

Access control bypass in Apache Traffic Server (8.0.0-8.1.9, 9.0.0-9.2.14, and 10.0.0-10.1.3) allows remote attackers to defeat IP-based access restrictions, both on Unix Domain Socket (UDS) listeners and through faulty ACL matching logic. Because ATS commonly fronts internal origin servers and management endpoints, bypassing these IP allow/deny lists can expose protected backend resources that operators believed were network-restricted. There is no public exploit identified at time of analysis, and the flaw is not listed in CISA KEV, but the fix is vendor-confirmed in the Apache advisory.

Authentication Bypass Apache Apache Traffic Server Apache Software Foundation
NVD
CVSS 4.0
7.0
EPSS
0.4%
CVE-2026-57834 Jul 29, 07:25 HIGH This Week

Request smuggling in Apache Traffic Server (versions 8.0.0-8.1.9, 9.0.0-9.2.14, and 10.0.0-10.1.3) allows remote attackers to desynchronize the proxy from backend origin servers by sending malformed chunked-transfer-encoded messages, per Apache advisory and NVD. Successful exploitation lets an attacker poison caches, bypass access controls, or disclose another client's information as tagged by the reporting source. No public exploit identified at time of analysis and the flaw is not in CISA KEV.

Apache Information Disclosure Request Smuggling Apache Traffic Server Apache Software Foundation
NVD VulDB
CVSS 4.0
7.0
EPSS
0.3%
CVE-2026-41920 Jul 29, 07:18 HIGH This Week

Access control bypass in Apache Traffic Server versions 9.0.0 through 9.1.14 and 10.0.0 through 10.1.3 lets remote unauthenticated attackers subvert authorization enforcement at the proxy, tagged by Apache as an authentication bypass (CWE-284). Because Traffic Server acts as a caching/reverse proxy, the flaw's impact lands on backend systems it fronts rather than on the proxy process itself. There is no public exploit identified at time of analysis and it is not listed in CISA KEV; the CVSS 4.0 base score is 7.0 (High).

Authentication Bypass Apache Apache Traffic Server Apache Software Foundation
NVD VulDB
CVSS 4.0
7.0
EPSS
0.2%
CVE-2026-40272 Jul 29, 17:58 HIGH This Week

Arbitrary code execution and denial of service in BlackBerry QNX Software Development Platform arises from the traceparser library (libtraceparser), where the decode() function fails to properly validate input from kernel trace event log (.kev) files. A local attacker who supplies a maliciously corrupted .kev file can crash - or potentially run code within - any host or target process that parses it with libtraceparser. Reported by BlackBerry with no public exploit identified at time of analysis; the CVSS 7.0 (AC:H, UI:R) reflects that exploitation requires a victim to process the attacker's crafted file.

RCE Qnx Software Development Platform Blackberry Ltd
NVD
CVSS 3.1
7.0
EPSS
0.1%
CVE-2026-58179 Jul 29, 08:44 CRITICAL Act Now

Stack-based buffer overflow and integer overflow in Apache Traffic Server's regex_remap plugin expose production proxy deployments to high-impact compromise via crafted substitution input. Versions 8.0.0 through 8.1.9, 9.0.0 through 9.2.14, and 10.0.0 through 10.1.3 are all affected, with confidentiality, integrity, and availability fully at risk. No public exploit identified at time of analysis, though the network-exploitable nature and full-triad impact make patching urgent for any deployment relying on regex_remap for URL rewriting.

Buffer Overflow Apache Stack Overflow Apache Traffic Server Apache Software Foundation
NVD
CVSS 4.0
9.2
EPSS
0.4%
CVE-2026-58157 Jul 29, 08:25 MEDIUM This Month

Cross-connection information disclosure in Apache Traffic Server (versions 8.0.0-8.1.9, 9.0.0-9.2.14, and 10.0.0-10.1.3) allows remote unauthenticated attackers to receive data belonging to other clients because the proxy improperly reuses upstream server sessions and tunnels. Because the scope changes across trust boundaries, one client can be served another client's response data, making this a confidentiality-critical issue in a shared caching/proxy tier. There is no public exploit identified at time of analysis, and it is not listed in CISA KEV; exploitation is timing/condition dependent (CVSS AC:H).

Apache Information Disclosure Apache Traffic Server Apache Software Foundation
NVD VulDB
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-44943 Jul 29, 13:18 MEDIUM PATCH This Month

Path traversal in open-iscsi allows remote MITM attackers to create root-owned files at arbitrary filesystem locations and inject lines into records by embedding RFC 3722-prohibited characters in IQN target names returned during iSNS or firmware discovery. All open-iscsi versions through commit 668ca1df9c9a1e9bdd5c999ae1d67c9c8909237e are affected across the iSNS discovery, firmware discovery, and command-line target-name paths. No public exploit code or CISA KEV listing has been identified at time of analysis; however, the CVSS 4.0 score of 6.9 with network vector and no privileges required warrants attention in enterprise storage environments where iSCSI discovery is exposed.

Path Traversal Red Hat Suse
NVD GitHub VulDB
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-54081 Jul 29, 15:18 MEDIUM PATCH GHSA This Month

Denial-of-service in veraPDF-parser allows a remote unauthenticated attacker to crash or hang the PDF validation service by submitting a crafted PDF containing a Type 1 font whose /FontDescriptor /FontFile PostScript program exploits one of three unbounded resource primitives: a massive array allocation, a zero-increment for-loop, or a self-referential recursive user-dictionary lookup. All veraPDF-parser releases prior to 1.30.2 and 1.31.23 are affected across both active version branches. No public exploit code or active exploitation (CISA KEV) has been identified at time of analysis; vendor-released patches exist for both branches.

Java Information Disclosure Verapdf Parser
NVD GitHub VulDB
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-54080 Jul 29, 15:17 MEDIUM PATCH GHSA This Month

Memory and CPU exhaustion in veraPDF-parser's embedded PostScript interpreter allows remote unauthenticated attackers to crash the PDF validator by submitting a single crafted PDF. All 1.30.x releases prior to 1.30.2 and all 1.31.x releases prior to 1.31.23 of the Maven artifact org.verapdf:parser are affected. No public exploit code has been confirmed at time of analysis, but the GHSA advisory discloses the exact operator names, payload byte sequence, and affected source line numbers, making independent reproduction trivial without requiring any structural PDF framing.

Java Information Disclosure Verapdf Parser
NVD GitHub VulDB
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-67193 Jul 29, 15:51 MEDIUM PATCH This Month

Xlight FTP Server before 3.9.5 on Windows leaks the system's GetTickCount() value to unauthenticated remote attackers via the standard FTP listener. Sending a USER command with a username ending in the :adm suffix triggers an internal admin protocol code path pre-authentication, causing the server to embed Windows timing data in the FTP 331 response - no separate admin port or configuration change required. No active exploitation is confirmed (not in CISA KEV), but the attack is trivially executable against any default installation with network access to the FTP port.

Information Disclosure Xlight Xlight Ftp Server
NVD
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-67217 Jul 29, 13:32 MEDIUM This Month

Non-atomic JSON Patch application in cJSON through 1.7.19 allows an attacker who controls the patch document to silently corrupt the target JSON structure even when the API returns a failure status. The apply_patch() function in cJSON_Utils.c deletes existing target members before completing operation validation, meaning a malformed replace (missing value) or move (unresolvable destination) permanently destroys data from the in-memory document tree - defeating the RFC 6902 all-or-nothing contract that callers rely on to reject bad patches safely. No public exploit has been identified at time of analysis, but a detailed researcher disclosure and direct source code reference are publicly available, which may lower the barrier to exploitation; KEV status is not confirmed.

Information Disclosure Red Hat Suse Cjson Davegamble
NVD GitHub
CVSS 4.0
6.9
EPSS
0.2%
CVE-2026-58152 Jul 29, 08:16 MEDIUM This Month

Memory corruption in Apache Traffic Server during HPACK/XPACK header decoding exposes affected deployments to denial of service. Versions spanning the 8.x, 9.x, and 10.x release lines are affected, with unauthenticated remote attackers able to craft malformed compressed headers that trigger an integer overflow (CWE-190), corrupting server memory. The CVSS vector (AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H) scores 5.9 Medium, reflecting that while no authentication is required, elevated attack complexity limits opportunistic mass exploitation; no public exploit has been identified at time of analysis and this vulnerability is not listed in CISA KEV.

Apache Information Disclosure Integer Overflow Apache Traffic Server Apache Software Foundation
NVD VulDB
CVSS 4.0
6.9
EPSS
0.2%
CVE-2026-22068 Jul 29, 07:19 MEDIUM This Month

Unanchored regular expression matching in Apache Traffic Server exposes a high-severity bypass that allows remote unauthenticated attackers to circumvent regex-based access controls, potentially leaking protected content (C:H) and enabling limited unauthorized writes (I:L). All 9.0.x through 9.2.14 and 10.0.x through 10.1.3 deployments that rely on regex-driven rules for routing, ACL, or header policy enforcement are at risk. No public exploit code has been identified at time of analysis, and CISA has not listed this in KEV, but the low-complexity, unauthenticated network attack path makes it a realistic opportunistic target for any actor aware of the flaw.

Apache Information Disclosure Apache Traffic Server Apache Software Foundation
NVD VulDB
CVSS 4.0
6.9
EPSS
0.2%
CVE-2026-24033 Jul 29, 07:22 MEDIUM This Month

HTTP request smuggling in Apache Traffic Server allows unauthenticated remote attackers to interfere with how the proxy and backend servers interpret HTTP request boundaries, enabling cache poisoning and limited information disclosure. Versions 9.0.0 through 9.2.14 and 10.0.0 through 10.1.3 are confirmed affected per Apache advisory. The Scope Changed (S:C) CVSS metric reflects that exploitation crosses the proxy boundary to impact downstream backend systems. No public exploit code or CISA KEV listing has been identified at time of analysis.

Apache Information Disclosure Request Smuggling Apache Traffic Server Apache Software Foundation
NVD VulDB
CVSS 4.0
6.9
EPSS
0.2%
CVE-2026-13307 Jul 29, 20:14 MEDIUM This Month

Heap-based buffer overflow in Autel MaxiCharger AC Elite Home EV chargers enables arbitrary code execution by physically present, unauthenticated attackers via malformed USB packets. The device's USB packet handler copies attacker-controlled data into a fixed-length heap buffer without validating input length, allowing full control of device execution context. Reported by Zero Day Initiative (ZDI-CAN-29048 / ZDI-26-436); no public exploit code identified at time of analysis and not listed in CISA KEV.

RCE Buffer Overflow Heap Overflow Maxicharger Ac Elite Home Autel
NVD
CVSS 3.0
6.8
EPSS
0.3%
CVE-2026-13309 Jul 29, 20:14 MEDIUM This Month

Stack-based buffer overflow in the NFC card response handler of Autel MaxiCharger AC Elite Home EV chargers enables arbitrary code execution by a physically present attacker. The device's NFC interface fails to enforce bounds on a fixed-length stack buffer when processing card responses, allowing a maliciously crafted NFC card to overwrite stack memory and redirect execution flow to attacker-controlled code. No authentication is required to trigger the flaw - proximity to the device and a crafted NFC card are the sole prerequisites. No public exploit code has been identified at time of analysis, and the vulnerability is not listed in the CISA KEV catalog.

RCE Buffer Overflow Stack Overflow Maxicharger Ac Elite Home Autel
NVD
CVSS 3.0
6.8
EPSS
0.2%
CVE-2026-54249 Jul 29, 20:28 MEDIUM POC PATCH GHSA This Month

Server-Side Request Forgery in Pydantic AI's UI adapter layer (versions 1.65.0-1.105.0 and 2.0.0b1-2.0.0b5) allows unauthenticated network clients to redirect the application server into fetching arbitrary cloud-storage objects using the server's own credentials. UploadedFile references - carrying provider file IDs or cloud-storage URIs such as s3:// or gs:// - submitted via client message history bypass the scheme allowlist applied to ordinary file URLs and are resolved server-side using the application's IAM role, service account, or API key. No public exploit has been identified at time of analysis, and no CISA KEV listing exists, but the scope-changing confidentiality impact (CVSS S:C/C:H) warrants prompt patching for any deployment exposing the Vercel AI adapter or similar UI adapters to untrusted clients.

Python SSRF Red Hat Pydantic Ai Pydantic +1
NVD GitHub
CVSS 3.1
6.8
EPSS
0.2%
CVE-2026-56389 Jul 29, 09:39 MEDIUM PATCH This Month

Arbitrary program execution in GNU Bison (confirmed in 3.8.2) is triggered when a developer or automated pipeline runs `bison --html` on an attacker-controlled grammar file. The `%define tool.xsltproc` directive - intended to specify the XSLT processor binary for HTML report generation - is accepted without any restriction and passed directly to `execvp()`, allowing complete substitution of the transformation executable. No public exploit code or active exploitation has been identified at time of analysis, but the attack surface is relevant to developer workstations, build servers, and CI/CD pipelines that process untrusted grammar files.

Command Injection Bison Gnu
NVD VulDB
CVSS 4.0
6.8
EPSS
0.2%
CVE-2026-5492 Jul 29, 19:10 MEDIUM This Month

Path traversal in DriveLock's built-in web service exposes arbitrary files readable by the service account to any authenticated remote user. The flaw, discovered by ZDI (ZDI-CAN-28713) and disclosed as ZDI-26-288, exists because the web service on TCP port 4568 accepts user-supplied path strings and passes them directly to file operations without sanitization, allowing directory traversal sequences to escape the intended working directory. No public exploit code or active exploitation has been identified at time of analysis, and a vendor security bulletin has been published.

Information Disclosure Path Traversal Drivelock
NVD
CVSS 3.0
6.5
EPSS
1.6%
CVE-2026-13723 Jul 29, 17:25 MEDIUM This Month

Arbitrary file overwrite in Develar app-builder (all versions ≤ 4.2.0 on macOS) allows an unauthenticated remote attacker to escape the ZIP extraction directory by exploiting APFS Unicode case-folding combined with symlink following in the `zipx.Unzip` routine. A crafted archive containing a symlink entry `ss` pointing to an external victim file and a subsequent regular-file entry `ß` causes the builder to follow the symlink - because APFS folds `ß` to `ss` - overwriting the target with attacker-controlled content. SSVC rates the attack automatable with no confirmed exploitation; no public exploit code has been identified at time of analysis, though CERT/CC advisory VU#293714 and ENISA EUVD-2026-50423 confirm coordinated disclosure.

Path Traversal Apple Red Hat Canonical App Builder
NVD GitHub
CVSS 3.1
6.5
EPSS
0.3%
Prev Page 4 of 6 Next

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