Skip to main content
CVE-2026-15337 Aug 04, 16:06 MEDIUM PATCH This Month

Memory exhaustion in Django's `check_for_language()` function allows denial-of-service via the `set_language` view when it is explicitly enabled in URL configuration. Attackers can submit many distinct, very long language codes via POST requests, causing each code to be cached as an in-memory key and progressively consuming process memory. Django rates this severity 'low' because built-in guards - `DATA_UPLOAD_MAX_MEMORY_SIZE` and the cache's maximum entry count - bound the total exploitable memory; no public exploit identified at time of analysis.

Python Information Disclosure Django Djangoproject
NVD GitHub VulDB
CVSS 4.0
6.9
EPSS
0.5%
CVE-2026-18810 Aug 04, 20:00 MEDIUM This Month

Unauthenticated access to the network setup wizard API in H3C NX15 firmware V100R017 allows remote attackers to interact with the /api/wizard/networkSetup endpoint without presenting valid credentials. The root cause is CWE-306 - missing authentication for a critical function - meaning the device exposes a privileged configuration path with no access control gate. A public proof-of-concept repository exists on GitHub, confirming exploitability; no CISA KEV listing was identified at time of analysis, suggesting exploitation has not yet been confirmed at scale.

Authentication Bypass Nx15 H3C
NVD VulDB GitHub
CVSS 4.0
6.9
EPSS
0.4%
CVE-2026-61387 Aug 04, 11:52 MEDIUM PATCH This Month

Unauthenticated remote clients can permanently exhaust the global monitored-item quota in Eclipse Milo OPC UA SDK versions 1.0.0 through 1.1.4, effectively preventing all clients from creating new monitored items until the server is restarted. The attack combines two defects: the server's ExtensionObject decoder lacks recursion-depth enforcement, enabling deeply nested PubSub structures in a CreateMonitoredItems event filter to trigger a JVM StackOverflowError, and the quota accounting code is not exception-safe against unchecked JVM Errors, so the reserved slot is never reclaimed. No public exploit code has been identified and this CVE is absent from the CISA KEV catalog; however, the CVSS 4.0 vector AV:N/AC:L/PR:N/UI:N confirms the attack is network-reachable with no authentication or complexity barriers.

Buffer Overflow Eclipse Milo Eclipse Foundation
NVD GitHub
CVSS 4.0
6.9
EPSS
0.3%
CVE-2026-63248 Aug 04, 12:07 MEDIUM This Month

Session security diagnostics nodes in Eclipse Milo 0.6.0 through 1.1.4 expose sensitive OPC UA session metadata without enforcing any authorization checks, a CWE-862 (Missing Authorization) flaw. An unauthenticated anonymous client connecting over a None/None (no-security) endpoint can enable the diagnostics subsystem with no certificate or credentials whatsoever; separately, a client presenting a trusted application certificate over SignAndEncrypt can read the SessionSecurityDiagnosticsArray for all active server sessions, harvesting usernames, login history, authentication mechanisms, session security modes and policies, and public client certificates. No public exploit code exists and the vulnerability is not listed in CISA KEV, but the zero-authentication path and prevalence of None/None endpoints in legacy OT/IIoT environments meaningfully lower the exploitation barrier.

Authentication Bypass Eclipse Milo Eclipse Foundation
NVD GitHub
CVSS 4.0
6.9
EPSS
0.2%
CVE-2026-16070 Aug 04, 06:00 LOW POC PATCH Monitor

Authorization bypass in the Brizy WordPress plugin before 2.8.19 permits authenticated Contributor-level users to hijack template-type metadata on templates owned by other users. The plugin validates authorization against one request parameter while executing the write operation against a different, attacker-controlled parameter - a textbook CWE-639 Insecure Direct Object Reference variant. A publicly available exploit is documented by WPScan; however, no active exploitation is confirmed via CISA KEV, and the EPSS score of 0.13% (3rd percentile) indicates negligible observed in-the-wild activity.

WordPress Authentication Bypass Brizy Unknown
NVD WPScan
CVSS 3.1
2.7
EPSS
0.1%
CVE-2026-24076 Aug 04, 15:07 MEDIUM This Month

Memory corruption in Qualcomm Snapdragon's registry value processing exposes devices to potential code execution by high-privileged local attackers. The flaw, rooted in CWE-120 (classic buffer overflow), is triggered when a direct query method processes registry values supplied with incorrect types - bypassing proper type-length validation and corrupting adjacent memory. While the full C:H/I:H/A:H impact triad indicates serious consequences if reached, the PR:H (high privilege) and AV:L (local) CVSS metrics substantially narrow the realistic attack surface. No public exploit code exists and this CVE is not listed in CISA KEV at time of analysis.

Buffer Overflow Snapdragon Qualcomm Inc
NVD
CVSS 3.1
6.7
EPSS
0.1%
CVE-2026-8508 Aug 04, 01:57 MEDIUM This Month

Captive portal authentication bypass in Zyxel WAX650S firmware exposes guest or restricted wireless networks to unauthorized access by any WLAN-adjacent attacker. The flaw resides in the social_login.cgi CGI handler, where CWE-287 (Improper Authentication) allows requests to circumvent captive portal enforcement entirely - not just weaken it. All firmware versions through 7.10(ABRM.4)C0 are confirmed affected per the vendor's own advisory. No public exploit code or CISA KEV listing has been identified at time of analysis, though the low attack complexity makes opportunistic exploitation plausible once the mechanism is understood.

Authentication Bypass Zyxel Wax650S Firmware
NVD VulDB
CVSS 3.1
6.5
EPSS
0.5%
CVE-2026-14194 Aug 04, 08:28 MEDIUM PATCH This Month

Path traversal in HUMANIST Digital Human Resources version 26.0 enables authenticated remote attackers to read arbitrary files from the server filesystem without any user interaction. The CVSS vector (AV:N/AC:L/PR:L/UI:N) confirms network-accessible exploitation requiring only a low-privilege account - consistent with a standard HR system employee login - with high confidentiality impact and no integrity or availability loss. No public exploit code and no active exploitation (CISA KEV) have been identified at time of analysis; the vulnerability was disclosed by TR-CERT (Turkish national CERT) under advisory TR-26-0737.

Path Traversal Humanist Digital Human Resources Bilin Software And Informatics Consultancy Inc
NVD
CVSS 3.1
6.5
EPSS
0.4%
CVE-2026-70368 Aug 04, 13:52 MEDIUM This Month

Stack-based out-of-bounds read in stunnel's s_vlog logging function allows remote unauthenticated attackers to crash the service by sending protocol inputs that generate log messages exceeding 1024 bytes via vsnprintf. The primary impact is service disruption (availability), with a limited integrity impact in corner cases where trailing newline characters in the stack buffer can be overwritten with null bytes. No public exploit code has been identified at time of analysis, and this CVE is not listed in the CISA KEV catalog.

Buffer Overflow Information Disclosure Red Hat Red Hat Enterprise Linux 10 Red Hat Enterprise Linux 6 +5
NVD VulDB
CVSS 3.1
6.5
EPSS
0.4%
CVE-2026-70489 Aug 04, 20:42 MEDIUM PATCH GHSA This Month

Open WebUI versions 0.9.0 through 0.10.x expose an instance-wide availability collapse through unbounded iCalendar recurrence rule parsing in the automation scheduler. The `_parse_rule` function in `backend/open_webui/utils/automations.py` anchors MINUTELY and HOURLY rules to a hardcoded 2000-01-01 epoch and iterates forward one interval at a time on the synchronous ASGI event loop - a single RRULE:FREQ=MINUTELY rule consumes approximately 18.9 seconds of blocking CPU, denying service to every concurrent user. Critically, the stall is not transient: once the automation is stored, the scheduler recomputes the next-run value on every 10-second poll, permanently wedging the instance until it is restarted or the automation is surgically removed. No public exploit identified at time of analysis, though the vendor advisory includes precise proof-of-concept timing measurements that make the attack trivially reproducible.

Denial Of Service
NVD VulDB GitHub
CVSS 3.1
6.5
EPSS
0.3%
CVE-2026-14465 Aug 04, 08:58 MEDIUM PATCH This Month

Insufficient session expiration in HUMANIST Digital Human Resources version 26.0 allows an attacker who obtains a valid session token to replay it indefinitely, effectively hijacking an authenticated user's session and gaining unauthorized access to HR data. Reported by TR-CERT (TR-26-0737), the flaw affects all 26.0 builds prior to 26.1 and carries a high confidentiality impact due to the sensitive nature of human resources data processed by the platform. No public exploit code has been identified and this vulnerability is not listed in the CISA KEV catalog.

Information Disclosure Humanist Digital Human Resources Bilin Software And Informatics Consultancy Inc
NVD VulDB
CVSS 3.1
6.5
EPSS
0.3%
CVE-2026-47621 Aug 04, 17:33 MEDIUM This Month

Race condition during LoRA manager singleton initialization in NVIDIA Dynamo for Linux (all versions through v1.1.0) allows unauthenticated remote attackers to cause denial of service or corrupt inference data by exploiting a TOCTOU flaw in concurrent initialization paths. The CVSS vector assigns high availability impact alongside low integrity impact, reflecting that service crashes are the primary outcome while data tampering represents a secondary, harder-to-achieve consequence. No public exploit code has been identified at time of analysis, and CISA has not added this to the Known Exploited Vulnerabilities catalog.

Denial Of Service Nvidia Dynamo
NVD GitHub VulDB
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-47620 Aug 04, 17:32 MEDIUM This Month

Race condition in NVIDIA Dynamo's LoRA manager singleton initialization exposes Linux-based AI inference deployments running versions up to v1.2.0 to data tampering and denial of service. The flaw, classified under CWE-362, arises during concurrent initialization of the singleton responsible for managing Low-Rank Adaptation (LoRA) adapters, allowing competing threads or network-triggered requests to corrupt shared state before synchronization is established. No public exploit code or CISA KEV listing has been identified at time of analysis; however, the network-accessible attack vector paired with no privilege requirement makes this relevant for any internet-facing or multi-tenant Dynamo deployment.

Denial Of Service Race Condition Nvidia Dynamo
NVD GitHub VulDB
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-18809 Aug 04, 13:17 MEDIUM This Month

Information disclosure in Firefox for Android and Firefox Focus for Android exposes sensitive user data to network-based attackers who can lure a victim into interacting with a crafted web resource. The vulnerability, tracked under CWE-200 and assigned a CVSS score of 6.5 with high confidentiality impact, is limited to Android platform builds and does not affect desktop Firefox. Mozilla patched this in Firefox 153.0.3 per advisory mfsa2026-73; no public exploit or active exploitation has been identified at time of analysis.

Information Disclosure Google Mozilla
NVD
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-11368 Aug 04, 14:23 MEDIUM PATCH This Month

Use-after-free in Zephyr RTOS 4.4.0's Bluetooth ATT host layer (subsys/bluetooth/host/att.c) allows an adjacent unauthenticated peer to crash the Bluetooth host or potentially corrupt live memory by disconnecting while an ATT PDU is in-flight. The tx_meta_data_storage[] array retains a dangling att_chan pointer after L2CAP tears down and frees the channel slab slot, and the deferred att_tx_destroy_work_handler running on the system workqueue dereferences that freed pointer. No pairing or special privileges are required - a routine ATT connection is sufficient to reach the vulnerable code path. No public exploit has been identified at time of analysis, and this vulnerability is not listed in the CISA KEV catalog.

Denial Of Service Use After Free Memory Corruption Zephyr Zephyrproject
NVD GitHub VulDB
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-67591 Aug 04, 19:27 MEDIUM This Month

Session flow control enforcement in Apache Qpid ProtonJ2 (versions through 1.1.0) can be bypassed by an authenticated attacker who sends data exceeding the negotiated incoming flow control window, potentially causing denial of service on the receiving side. The AMQP session-level window is a back-pressure mechanism; failure to enforce it can lead to unbounded memory consumption or processing overload in the message broker or client. No public exploit code and no CISA KEV listing have been identified at time of analysis. The vendor-released fix is version 1.2.0.

Denial Of Service Apache Red Hat Qpid Protonj2
NVD VulDB
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-68080 Aug 04, 19:04 MEDIUM This Month

Unbounded echo flow responses in Apache Qpid Broker-J (all versions through 10.0.1) allow an authenticated AMQP 1.0 client to exhaust broker resources and cause denial of service by flooding the broker with unanswered echo flow frames. The root cause is absent rate-limiting on echo flow response logic in the qpid-broker-plugins-amqp-1-0-protocol plugin. No public exploit code or CISA KEV listing has been identified; the vendor has released a fix in version 10.1.0.

Denial Of Service Apache Qpid Broker J
NVD
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-68077 Aug 04, 18:59 MEDIUM This Month

Denial of service in Apache Qpid Broker-J through version 10.0.1 allows authenticated AMQP 1.0 clients to exhaust broker CPU resources by sending crafted disposition frames containing large or illegal delivery-ID ranges. The broker's naive range iteration logic processes these ranges without bounds enforcement, causing excessive CPU consumption that degrades or halts message brokering for all connected clients. No public exploit code and no confirmed active exploitation are known at time of analysis; vendor-released fix 10.1.0 is available.

Denial Of Service Apache Qpid Broker J
NVD
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-24077 Aug 04, 15:07 MEDIUM This Month

Information disclosure in Qualcomm Snapdragon wireless subsystem allows an adjacent-network attacker to leak sensitive memory contents by transmitting malformed wireless channel switch frames with invalid length fields. The root cause is CWE-191 (integer underflow), where improperly formatted length values trigger an arithmetic wrap condition during 802.11 management frame parsing, resulting in out-of-bounds memory reads. No public exploit code has been identified and the vulnerability is not listed in CISA KEV, though the low attack complexity and no-authentication requirement on an adjacent wireless segment represent a meaningful real-world risk for shared wireless environments.

Information Disclosure Integer Overflow Snapdragon Qualcomm Inc
NVD
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-24078 Aug 04, 15:07 MEDIUM This Month

Information disclosure in Qualcomm Snapdragon chipsets exposes private data transmitted during NG-eCall SIP signaling when IPSec negotiation fails or is improperly established. Attackers adjacent to the network can intercept unprotected signaling traffic, gaining access to sensitive session data - potentially including location coordinates and caller identity transmitted as part of the automated emergency call system. No public exploit code has been identified at time of analysis, and the vulnerability is not listed in the CISA KEV catalog.

Information Disclosure Snapdragon Qualcomm Inc
NVD
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-67555 Aug 04, 19:18 MEDIUM This Month

Uncontrolled resource consumption in Apache Qpid Proton-Dotnet through 1.0.0 allows an authenticated AMQP client to trigger denial of service by sending a single delivery split across an unbounded number of transfer frames. The .NET implementation of the AMQP 1.0 toolkit lacked any enforced ceiling on incoming transfer frames per delivery, meaning a malicious but authenticated peer can exhaust receiver memory or CPU without restriction. No public exploit code or active exploitation (CISA KEV) has been identified at time of analysis; the fix is available in version 1.1.0.

Denial Of Service Apache Qpid Proton Dotnet
NVD VulDB
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-67554 Aug 04, 19:15 MEDIUM This Month

Denial of service in Apache Qpid Proton-Dotnet through 1.0.0 allows an authenticated AMQP peer to exhaust CPU resources on the target host by sending a crafted disposition frame containing large or illegal delivery ranges. The library's naive range-iteration logic processes these unbounded ranges without safeguards, causing the consuming thread to spin and starve legitimate message processing. Vendor-released patch version 1.1.0 is available; no public exploit or CISA KEV listing has been identified at time of analysis.

Denial Of Service Apache Qpid Proton Dotnet
NVD VulDB
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-67553 Aug 04, 19:13 MEDIUM This Month

Session flow control enforcement failure in Apache Qpid Proton-Dotnet through version 1.0.0 allows an authenticated attacker to deliberately exceed the AMQP incoming session flow control window, potentially causing denial of service on affected messaging endpoints. The vulnerability is rated 'important' by Apache and affects the .NET client library for AMQP-based messaging infrastructure. No public exploit code or active exploitation has been identified; vendor-confirmed fix is available in version 1.1.0.

Denial Of Service Apache Qpid Proton Dotnet
NVD VulDB
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-68078 Aug 04, 19:02 MEDIUM This Month

Resource exhaustion in Apache Qpid Broker-J through version 10.0.1 enables authenticated remote attackers to cause denial of service by submitting an unbounded number of AMQP 1.0 transfer frames within a single incoming delivery, with no broker-side enforcement of a per-delivery frame ceiling. The broker's AMQP 1.0 protocol plugin lacks the necessary throttling logic, meaning sustained abuse can exhaust memory and CPU resources and deny service to legitimate messaging clients. No public exploit code has been identified and this vulnerability is not listed in CISA KEV; a vendor-released patch is available in version 10.1.0.

Denial Of Service Apache Qpid Broker J
NVD
CVSS 3.1
6.5
EPSS
0.2%
CVE-2026-18772 Aug 04, 08:22 MEDIUM This Month

Resource exhaustion via oversized serialized Lottie animation payloads in Samsung Open Source rlottie allows denial-of-service against any application embedding the library. The library failed to bound precomposition nesting depth, total render-node count, Repeater element copy counts, and did not validate non-finite float values (NaN/Infinity) for polystar and polygon point counts during deserialization and rendering. When a user or application opens a crafted Lottie JSON file, the renderer enters unbounded recursion or allocates excessive memory, crashing or hanging the host application. No public exploit or active exploitation (KEV) has been identified at time of analysis.

Information Disclosure Samsung Rlottie Samsung Open Source
NVD GitHub
CVSS 3.1
6.5
EPSS
0.1%
CVE-2026-54020 Aug 04, 20:38 MEDIUM PATCH GHSA This Month

DNS rebinding bypasses Open WebUI's SSRF protection in all versions prior to 0.11.0, enabling authenticated attackers who control authoritative DNS for a submitted hostname to reach internal resources - including cloud instance metadata services (e.g., 169.254.169.254), loopback admin APIs, and internal network services. The root cause is a TOCTOU race: the hostname is resolved once for validation and again at connection time, letting a TTL=0 DNS record switch from a public IP during the check to an internal IP during the actual fetch. On most vulnerable paths the internal response is returned directly to the attacker; the OAuth path additionally forwards the OAuth access token as a Bearer header to the attacker-controlled internal target, enabling credential theft. No public exploit identified at time of analysis.

Information Disclosure Open Webui
NVD VulDB GitHub
CVSS 3.1
6.3
EPSS
0.2%
CVE-2026-70490 Aug 04, 20:45 MEDIUM PATCH GHSA This Month

Open WebUI's terminal WebSocket route omits the role-state verification gate that all HTTP terminal endpoints enforce, granting `pending`-role accounts - unapproved registrations or deactivated users - interactive shell access that the HTTP plane correctly denies. Affected pip package versions span v0.8.8 through v0.10.x; the flaw was introduced when the terminal WebSocket route was first added in v0.8.8 and persisted because FastAPI dependency injection cannot be applied to WebSocket handshakes, leading to a divergent reimplementation. No public exploit code has been identified at time of analysis, but exploitation requires only a valid pending-role JWT obtainable by design during registration or retained for up to four weeks after deactivation.

Authentication Bypass
NVD VulDB GitHub
CVSS 3.1
6.3
EPSS
0.2%
CVE-2026-66883 Aug 04, 11:46 MEDIUM PATCH This Month

User-agent session binding in oidcc_plug's OpenID Connect authorization plug is silently rendered inert by a case-sensitivity bug, affecting all versions from 0.1.0-alpha.3 through 0.5.0 that configured check_useragent: true. The authorize plug reads the User-Agent header using a mixed-case key, but Plug normalizes all HTTP header names to lowercase before storage, so the lookup always returns an empty list and nil is written into the OIDC session; the callback plug then treats a stored nil as nothing to compare and returns :ok unconditionally, meaning a stolen session replayed from a different browser or device passes the user-agent check without detection or logging. No public exploit has been identified at time of analysis, and CSRF/state, nonce, and PKCE protections remain fully functional.

CSRF Oidcc Plug
NVD GitHub
CVSS 4.0
6.3
EPSS
0.3%
CVE-2026-18775 Aug 04, 16:15 LOW POC Monitor

Server-side request forgery in NousResearch hermes-agent up to version 0.16.0 allows low-privileged remote attackers to manipulate the server into issuing arbitrary HTTP requests via the browser_snapshot function in tools/browser_tool.py. Exploitation can expose internal network services, cloud provider metadata endpoints, and other non-public resources reachable from the server. A public proof-of-concept exploit has been disclosed; the vendor did not respond to coordinated disclosure.

SSRF Hermes Agent Nousresearch
NVD VulDB GitHub
CVSS 4.0
2.1
EPSS
0.3%
CVE-2026-18721 Aug 04, 02:30 LOW POC Monitor

Open redirect in kodbox 1.67 Build 02 SSO API Login allows unauthenticated remote attackers to redirect victims to arbitrary external URLs by manipulating the callbackUrl parameter at the /user/sso/apiLogin endpoint. The CVSS 4.0 vector (AV:N/AC:L/PR:N/UI:P) confirms network-accessible, low-complexity exploitation requiring only passive user interaction - a victim clicking a crafted SSO link - with no authentication or special configuration needed from the attacker's side. A proof-of-concept exploit has been publicly disclosed on GitHub (E:P), lowering the exploitation barrier, though no CISA KEV listing indicates confirmed widespread exploitation at time of analysis.

Open Redirect Kodbox Kalcaddle
NVD VulDB GitHub
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-52370 Aug 04, 00:00 MEDIUM This Month

Reflected XSS in O2OA v10's Forum posting function allows an unauthenticated remote attacker to execute arbitrary JavaScript in a victim's browser by convincing them to click a crafted URL. The Changed scope (S:C) in the CVSS vector confirms the exploit breaks out of the application's origin into the broader browser context, enabling session token theft or unauthorized actions on behalf of the victim. No active exploitation is confirmed (not in CISA KEV), and EPSS at 0.22% (12th percentile) alongside SSVC 'Exploitation: none' indicate low real-world exploitation activity at time of analysis.

XSS N A
NVD VulDB GitHub
CVSS 3.1
6.1
EPSS
0.2%
CVE-2026-18722 Aug 04, 03:00 LOW POC Monitor

Authorization bypass in DWSurvey up to version 6.14.0 permits remote authenticated attackers to manipulate user-controlled keys in the Survey Handler's devSurvey function, bypassing access controls on the /api/dwsurvey/app/v6/dw-design-survey/dev-survey.do endpoint. The flaw (CWE-639, Insecure Direct Object Reference class) allows unauthorized read or write access to survey resources belonging to other users. A public proof-of-concept exploit is available and the vendor has not responded to disclosure, leaving no official patch for deployed instances.

Authentication Bypass Dwsurvey Diaowen
NVD VulDB
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-18774 Aug 04, 16:00 LOW POC Monitor

Server-side request forgery in NousResearch hermes-agent through version 0.16.0 allows authenticated remote attackers to coerce the server into making arbitrary outbound HTTP requests by supplying a crafted URL to the xAI Image Generation Provider component. The vulnerability resides in the save_url_image function within agent/image_gen_provider.py, which fails to validate or restrict URLs before fetching them server-side. A proof-of-concept exploit has been publicly disclosed on GitHub; no vendor patch exists as the vendor did not respond to disclosure outreach.

SSRF Hermes Agent Nousresearch
NVD VulDB GitHub
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-18773 Aug 04, 15:00 LOW POC Monitor

Incorrect authorization in NousResearch hermes-agent's Quick Command Handler allows low-privileged remote attackers to bypass slash command access controls via a flaw in the `_check_slash_access` function within `gateway/run.py`. All versions through 2026.6.5 are confirmed affected, with a public proof-of-concept exploit available on GitHub. The vendor did not respond to responsible disclosure, leaving no official patch available at time of analysis.

Authentication Bypass Hermes Agent Nousresearch
NVD VulDB GitHub
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-18723 Aug 04, 03:15 LOW POC Monitor

Improper authorization in diaowen DWSurvey (all versions through 6.14.0) permits authenticated low-privileged users to invoke the Survey Status Handler endpoint beyond their intended access level, enabling unauthorized manipulation of survey state - such as publishing, closing, or altering surveys owned by other accounts. The affected endpoint `/api/dwsurvey/app/survey/up-survey-status.do` is remotely reachable and lacks sufficient authorization enforcement. A public proof-of-concept exploit has been disclosed via Google Drive; no vendor patch exists as the vendor did not respond to responsible disclosure, leaving all current deployments unmitigated.

Authentication Bypass Dwsurvey Diaowen
NVD VulDB
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-10032 Aug 04, 15:36 MEDIUM This Month

URI scheme injection in @a2ui/web_core's openUrl function enables stored or reflected XSS by allowing an agent-controlled javascript: URI to be passed directly to window.open() without validation. Any application using the Button component's functionCall action on default deployments is affected, since the Basic Catalog is enabled with no special configuration required. CVSS 4.0 impact metrics VC:H/VI:H confirm full confidentiality and integrity compromise at the vulnerable-system level; no active exploitation is confirmed (CVSS E:U, no CISA KEV listing).

XSS Google A2Ui Web Core
NVD GitHub
CVSS 4.0
6.1
EPSS
0.2%
CVE-2026-51144 Aug 04, 00:00 MEDIUM This Month

Cross-site scripting in Soliton Systems MailZen Management Portal versions 2.62 and 2.63 allows a network-accessible, unauthenticated attacker to inject malicious JavaScript into user-controlled fields (Role Name, First Name, Last Name, Username) that is subsequently rendered to authenticated users - most likely administrators reviewing account data. Exploitation yields client-side arbitrary JavaScript execution in the victim's browser context, enabling session hijacking, credential theft, or unauthorized administrative actions. No active exploitation is recorded in CISA KEV, and EPSS indicates a 0.19% probability of near-term exploitation; however, a public researcher writeup exists on GitHub (FahadAljuaid), meaningfully raising practical risk.

XSS RCE N A
NVD VulDB GitHub
CVSS 3.1
6.1
EPSS
0.2%
CVE-2026-18766 Aug 04, 14:15 LOW POC Monitor

SQL injection in chetans9's core-php-admin-panel exposes the customers.php endpoint to remote authenticated attackers who can manipulate the filter_col argument to execute arbitrary SQL against the backend database. All code up to commit 90d07ed5aac5e0f09b6a5828d7bb2eb83010763f on the rolling-release branch is affected, with no vendor patch issued as the maintainer did not respond to disclosure. A public proof-of-concept exploit is available via GitHub, though no confirmed active exploitation has been recorded by CISA KEV; CVSS 4.0 scores the overall risk at 2.1, reflecting limited but real partial data exposure and database manipulation potential.

PHP SQLi Core Php Admin Panel
NVD VulDB GitHub
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-18819 Aug 04, 22:45 LOW POC Monitor

Cross-site request forgery in RackTables through version 0.22.0 enables remote attackers to perform unauthorized state-changing actions against authenticated users' sessions by enticing them to visit attacker-controlled pages. The project maintainer has publicly confirmed the complete absence of any CSRF protection across the entire codebase and has explicitly declined to commit to a timely fix, making this a persistent, unfixed exposure. A public POC exists on GitHub; however, no active exploitation is confirmed in CISA KEV, and the CVSS 4.0 score of 2.1 reflects the limited integrity-only impact and mandatory user interaction requirement.

CSRF N A Racktables
NVD VulDB GitHub
CVSS 4.0
2.1
EPSS
0.2%
CVE-2026-18853 Aug 04, 23:45 LOW POC Monitor

Path traversal in ZomboDroid Meme Generator App 4.6830 for Android exposes file system access beyond intended directories through manipulation of function t5.l.c in the com.zombodroid.MemeGenerator component. Exploitation is constrained to local access, yielding limited confidentiality, integrity, and availability impact consistent with the CVSS 4.0 score of 1.9. A public proof-of-concept is available on GitHub, though no patch has been released and the vendor did not respond to coordinated disclosure - leaving no official remediation path.

Path Traversal Google Meme Generator App
NVD VulDB GitHub
CVSS 4.0
1.9
EPSS
0.2%
CVE-2026-18784 Aug 04, 16:30 LOW POC Monitor

Heap-based buffer overflow in open62541 up to version 1.5.5 allows local low-privileged attackers to corrupt heap memory via the UA_Client_readNodeClassAttribute function in the client high-level API. The vulnerability is confined to local exploitation (AV:L/PR:L), limiting its network attack surface, but publicly available exploit code lowers the barrier for abuse on compromised or multi-tenant systems running open62541 OPC UA clients. The open62541 project closed the issue report as filed through unofficial channels, leaving patch status and official acknowledgment unconfirmed.

Buffer Overflow Heap Overflow Open62541
NVD VulDB GitHub
CVSS 4.0
1.9
EPSS
0.1%
CVE-2026-18790 Aug 04, 17:30 LOW POC Monitor

Out-of-bounds read in Systerel S2OPC versions 1.7.0 through 1.7.3 allows a local, low-privileged attacker to disrupt the OPC-UA client process by triggering a memory read violation in the DeleteMonitoredItemsRequest handler state machine function. The flaw is confined to the client-side wrapper component and results in an availability impact rather than code execution or data exfiltration. A public proof-of-concept exploit has been released on GitHub, and the vendor has not responded to coordinated disclosure, leaving no official patch confirmed at time of analysis.

Buffer Overflow Information Disclosure S2Opc Systerel
NVD VulDB GitHub
CVSS 4.0
1.9
EPSS
0.1%
CVE-2026-18852 Aug 04, 23:15 LOW POC Monitor

Epsilla-cloud VectorDB's filter query parser crashes under malformed input due to an improper exception/condition check (CWE-754) in the SplitTokens and ShuntingYard functions of engine/query/expr/expr.cpp. All releases from 0.3.0 through 0.3.18 (including commit df5a5f5afb85a2376a0f2f316c79dea9b2c6ac7a) are affected. A local, low-privileged user who can submit filter expressions to the database engine can trigger an abnormal termination of the parser, causing an availability impact. A public proof-of-concept exploit exists; the vendor did not respond to responsible disclosure.

Information Disclosure Vectordb
NVD VulDB GitHub
CVSS 4.0
1.9
EPSS
0.1%
CVE-2026-18785 Aug 04, 16:45 LOW POC Monitor

Use-after-free memory corruption in open62541's example client code allows a local low-privileged user to cause memory corruption with potential for denial of service or limited code execution. The vulnerability resides in the UA_Client_getRemoteDataTypes function within the examples/custom_datatype/client_types_custom.c file - notably example/sample code rather than the core library - at commit ca356b088ada7dee824d1b4acd07c1ff07ce242b. A publicly available proof-of-concept exploit exists, though the project closed the issue report citing improper disclosure channel, leaving no official patch or advisory. No confirmed active exploitation (CISA KEV absent), but the CVSS 4.0 E:P modifier reflects the published POC.

Denial Of Service Use After Free Memory Corruption Open62541
NVD VulDB GitHub
CVSS 4.0
1.9
EPSS
0.1%
CVE-2026-11835 Aug 04, 00:03 MEDIUM This Month

Secure boot bypass in Caliptra Core ROM 2.1.0-2.1.1 (subsystem mode) enables a local attacker controlling compromised MCU firmware to silently load unauthorized firmware into ICCM while attestation continues reporting the originally verified image digest, masking the compromise entirely. The TOCTOU race in UpdateResetFlow::run() is compounded by absent validation of the caller-supplied AXI staging address against the strap-configured SS_EXTERNAL_STAGING_AREA_BASE_ADDR, creating a window between verification and ICCM load during which SRAM contents can be swapped. No public exploit has been identified and no CISA KEV listing applies, but the severity lies in the attack's undetectability through standard attestation channels.

Authentication Bypass Core Rom Caliptra
NVD GitHub VulDB
CVSS 4.0
5.7
EPSS
0.1%
CVE-2026-18770 Aug 04, 14:45 MEDIUM This Month

Code injection in VibeSurf's Python Validation Handler enables remote unauthenticated attackers to inject and execute arbitrary Python code by manipulating the /code endpoint. All versions up to commit cd6e519d507cdd4d63061300bf60fb176e1f57e0 are confirmed affected per EUVD-2026-52704. No patch is available - the vendor did not respond to disclosure - and a public proof-of-concept exists (CVSS 4.0 E:P, corroborated by an asciinema recording in the references), making exploitation accessible to low-skilled attackers.

RCE Python Code Injection Vibesurf
NVD VulDB
CVSS 4.0
5.5
EPSS
0.3%
CVE-2026-14192 Aug 04, 08:48 MEDIUM PATCH This Month

Stored XSS in HUMANIST Digital Human Resources version 26.0 enables authenticated low-privilege users to inject persistent malicious scripts that execute in the browsers of other platform users, including higher-privileged HR administrators. The vulnerability was disclosed by TR-CERT (advisory TR-26-0737) and is resolved in version 26.1. No public exploit code or confirmed active exploitation has been identified at time of analysis.

XSS Humanist Digital Human Resources Bilin Software And Informatics Consultancy Inc
NVD VulDB
CVSS 3.1
5.4
EPSS
0.2%
CVE-2026-14219 Aug 04, 08:33 MEDIUM PATCH This Month

Open redirect in HUMANIST Digital Human Resources (versions 26.0 through pre-26.1) enables authenticated attackers to craft malicious URLs that silently forward victims to attacker-controlled phishing sites. The CVSS vector (PR:L/UI:R/S:C) confirms the vulnerability requires a low-privileged account to generate the redirect link and victim interaction to trigger it, with scope change reflecting cross-domain trust abuse. No public exploit code or active exploitation has been identified at time of analysis; this was reported by TR-CERT under advisory TR-26-0737.

Open Redirect Humanist Digital Human Resources Bilin Software And Informatics Consultancy Inc
NVD
CVSS 3.1
5.4
EPSS
0.2%
CVE-2026-70367 Aug 04, 13:52 MEDIUM This Month

SSRF bypass in stunnel 5.79 and earlier allows authenticated SOCKS proxy clients to circumvent intended localhost access restrictions by supplying IPv4-mapped IPv6 addresses (e.g., ::ffff:127.0.0.1) or unspecified addresses (0.0.0.0, ::) in proxy requests. Exploitation reaches loopback-bound services on the stunnel host - services deliberately isolated from external network access - potentially exposing internal APIs, administrative interfaces, or other localhost-only endpoints. No public exploit code has been identified and this vulnerability is not listed in the CISA KEV catalog at time of analysis.

SSRF Red Hat Red Hat Enterprise Linux 10 Red Hat Enterprise Linux 6 Red Hat Enterprise Linux 7 +4
NVD VulDB
CVSS 3.1
5.4
EPSS
0.2%
CVE-2026-14202 Aug 04, 09:07 MEDIUM PATCH This Month

Observable response discrepancy in HUMANIST Digital Human Resources 26.0 exposes the system to unauthenticated account footprinting, enabling attackers to enumerate valid user accounts by analyzing differentiated server responses. The vulnerability is classified under CWE-204 and was reported by TR-CERT (Turkish national CERT), affecting the HR platform's authentication or account-lookup endpoints. No active exploitation has been identified in CISA KEV and no public exploit code is known, but the network-accessible, zero-authentication attack surface makes this a viable reconnaissance vector preceding credential-based attacks.

Information Disclosure Humanist Digital Human Resources Bilin Software And Informatics Consultancy Inc
NVD
CVSS 3.1
5.3
EPSS
0.3%
Prev Page 5 of 6 Next

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