Skip to main content
CVE-2026-8384 Jul 14, 08:56 MEDIUM PATCH GHSA This Month

Eclipse Jetty mishandles HTTP URI path parameters containing semicolons combined with traversal sequences, delivering an unresolved path (e.g., `/public/../admin/secret.txt`) to downstream web applications instead of the canonicalized form (e.g., `/admin/secret.txt`). Web applications that delegate path-based authorization decisions to Jetty-provided paths are susceptible to confusion attacks where an attacker crafts a URI like `/public;/../admin/secret.txt` to receive a path that bypasses application-layer access controls. Jetty itself is shielded by its alias checker and will not serve restricted files directly; the integrity risk materializes only in applications that consume the unresolved path for routing or authorization logic. No public exploit code or CISA KEV listing is present at time of analysis.

Information Disclosure Red Hat Eclipse Jetty Eclipse Foundation
NVD VulDB
CVSS 3.1
5.3
EPSS
0.2%
CVE-2026-7494 Jul 14, 15:46 MEDIUM PATCH This Month

Server-Side Request Forgery in Sonatype Nexus Repository 3 exposes internal network infrastructure to authenticated users holding the nexus:ssl-truststore:read permission, who can weaponize the SSL Certificate Retrieval endpoint to force the server to initiate outbound TCP connections to arbitrary hosts - including cloud metadata services, internal APIs, and otherwise firewalled systems. All versions from 3.0.0 up to (but not including) 3.94.0 are affected, and a vendor-released patch is available. No public exploit code has been identified at time of analysis, and this vulnerability is not listed in the CISA KEV catalog.

SSRF Nexus Repository Sonatype
NVD
CVSS 4.0
5.3
EPSS
0.1%
CVE-2026-11944 Jul 14, 15:23 MEDIUM This Month

Path traversal in openSIS Classic 9.3 exposes arbitrary server files through the legacy messaging sent-mail attachment download endpoint, exploitable by any authenticated low-privilege user. The vulnerability allows crafted sequences such as directory traversal patterns to escape the intended attachment directory and retrieve sensitive server-side files. No active exploitation has been confirmed (not listed in CISA KEV) and no public exploit code has been identified at time of analysis; however, the low authentication bar and network accessibility make this a realistic internal threat.

Path Traversal Opensis Classic Os4Ed
NVD GitHub
CVSS 4.0
5.3
EPSS
0.4%
CVE-2026-15690 Jul 14, 11:45 LOW POC Monitor

Null pointer dereference in open62541's client library (versions up to 1.5.5) allows a remote OPC UA server to crash a connecting client by returning a malformed Server_NamespaceArray during session establishment, causing denial of service. The flaw is client-side only - server deployments are unaffected - and exploitation requires the attacker to control or impersonate a server the vulnerable client connects to, making practical exploitation high-complexity. A proof-of-concept exists as a GitHub issue report; no public exploit is confirmed as weaponized and the vulnerability is not listed in CISA KEV.

Denial Of Service Null Pointer Dereference N A Open62541
NVD VulDB GitHub
CVSS 4.0
1.3
EPSS
0.4%
CVE-2026-52828 Jul 14, 00:34 MEDIUM PATCH GHSA This Month

Privilege escalation in Kimai time-tracking software (<=2.57.0) allows authenticated TEAMLEAD users to create and modify global export templates that are intended to be administrator-only resources. The web controller routes `createExportTemplate` and `editExportTemplate` in `ExportController` inherit only the class-level `create_export` permission - granted to ROLE_TEAMLEAD - while the API endpoints and UI correctly enforce the stricter `create_export_template` permission restricted to ROLE_ADMIN and ROLE_SUPER_ADMIN. Because ExportTemplate entities have no per-user or per-team scoping, a TEAMLEAD can silently alter organization-wide export configurations affecting all users including administrators. No public exploit is confirmed at time of analysis, though a private PoC was submitted to the vendor and subsequently removed.

PHP Authentication Bypass
NVD GitHub
CVSS 4.0
5.3
EPSS
0.4%
CVE-2026-52826 Jul 14, 00:09 MEDIUM PATCH GHSA This Month

Cross-scope billing rate manipulation in Kimai 2.56.0 allows authenticated users with edit access to any single project, customer, or activity to tamper with rate configurations belonging to entirely different organizational units they are not authorized to access. The root cause is missing parent-child consistency validation in three Web admin rate-editing endpoints, where the controller validates the authenticated user's access to the parent object but never verifies that the child rate record actually belongs to that same parent. A PoC was privately submitted and subsequently removed from the advisory before public disclosure; no public exploit code is circulating and no CISA KEV active-exploitation listing exists at time of analysis.

Authentication Bypass
NVD GitHub
CVSS 4.0
5.3
EPSS
0.4%
CVE-2026-52825 Jul 14, 00:09 MEDIUM PATCH GHSA This Month

Improper authorization in Kimai's Team API endpoints allows an authenticated Teamlead to add users and activities to their team that fall outside their intended management scope, bypassing the access boundaries enforced by the frontend. Affected versions are Kimai <= 2.57.0 (composer package kimai/kimai). A proof-of-concept was reportedly created but withheld; no public exploit code is currently available and this vulnerability is not listed in CISA KEV. Once a Teamlead writes an out-of-scope team relation, downstream authorization logic may treat those relations as legitimate, silently expanding access to time entries, project visibility, and reporting for the affected users and activities.

PHP Authentication Bypass
NVD GitHub
CVSS 4.0
5.3
EPSS
0.4%
CVE-2026-52823 Jul 14, 00:05 MEDIUM PATCH GHSA This Month

Cross-site request forgery in Kimai's timesheet API allows an unauthenticated attacker to trigger unauthorized state changes against any logged-in victim by embedding malicious GET requests in attacker-controlled pages. Kimai versions up to and including 2.57.0 expose the `stop` and `restart` timesheet operations as HTTP GET routes, which browsers will follow automatically using the victim's active session cookie - no CSRF token is required. Impact is limited to timesheet data integrity and availability (corrupted time records, unauthorized entries, billing distortion), not system compromise; no public exploit is confirmed at time of analysis, and no active exploitation has been reported by CISA KEV.

PHP CSRF
NVD GitHub
CVSS 4.0
5.3
EPSS
0.2%
CVE-2026-52822 Jul 14, 00:04 MEDIUM PATCH GHSA This Month

Permission revocation bypass in Kimai's timesheet restart and duplicate workflows allows authenticated users to create new database-persisted time entries under projects they no longer have access to. Affecting Kimai up to and including version 2.57.0, the flaw exists because `TimesheetVoter.php` evaluates the `*_own_timesheet` ownership branch before team-based access checks, meaning a historical timesheet entry acts as a durable capability token that survives administrative revocation. No public exploit is available - a PoC was reportedly submitted to the project and then redacted - and this vulnerability is not listed in CISA KEV.

PHP Authentication Bypass
NVD GitHub
CVSS 4.0
5.3
EPSS
0.4%
CVE-2026-52821 Jul 14, 00:03 MEDIUM PATCH GHSA This Month

Improper object-level authorization in Kimai 2.56.0 allows any authenticated user holding the generic `create_activity` permission to inject Activity records into projects outside their authorized scope by directly invoking the preset-project creation routes with an arbitrary project ID. The controllers in `ActivityController.php` and `ProjectController.php` validate only the global capability (can the user create activities at all?) without performing a secondary check that the user also has edit rights on the specific target project. No public exploit exists at time of analysis, though a PoC was privately shared with the vendor and subsequently removed; the vendor has released a fix in version 2.57.0.

PHP Authentication Bypass
NVD GitHub
CVSS 4.0
5.3
EPSS
0.4%
CVE-2026-14852 Jul 14, 09:26 MEDIUM PATCH This Month

Privilege escalation in Checkmk's mk_sap_hana agent plugin allows a local unprivileged user to execute arbitrary commands as root by planting a process whose name mimics a SAP HANA instance. The plugin, when running as root under the RUNAS=agent configuration and lacking explicit database configuration, blindly reads the OS process list to derive SAP HANA instance identifiers and injects them unsanitized into a shell command executed with root privileges - a textbook CWE-78 OS command injection. No public exploit code or CISA KEV listing exists at time of analysis, but the attack prerequisites are achievable on any misconfigured Checkmk deployment that monitors SAP environments.

Privilege Escalation Command Injection SAP Checkmk Checkmk Gmbh
NVD VulDB
CVSS 4.0
5.2
EPSS
0.2%
CVE-2026-14645 Jul 14, 16:33 MEDIUM PATCH This Month

Server-Side Request Forgery in Sonatype Nexus Repository 3 allows any holder of the Capability Administration permission to redirect the server's outbound HTTP requests to arbitrary internal network addresses by supplying a crafted URL in the Webhook Global capability configuration, enabling probing of internal infrastructure. The vulnerability is patched in version 3.94.0 per Sonatype's release notes. No public exploit code exists and the vulnerability is not in CISA KEV, but risk escalates materially on instances where the anonymous role has been granted the Capability Administration permission, as this exposes the SSRF to unauthenticated actors without any configuration changes beyond that role assignment.

SSRF Nexus Repository 3 Sonatype
NVD
CVSS 4.0
5.1
EPSS
0.4%
CVE-2026-15429 Jul 14, 17:04 MEDIUM PATCH This Month

Privilege escalation in the TP-Link Archer VX1800v v1 HTTP authentication component allows an adjacent-network authenticated user with at least low-level account privileges to inject newline (CRLF) characters into internally constructed configuration data, ultimately elevating to full administrative access on the device. Affected firmware versions are those below v6092.0 Build 260521 RC.7927n; TP-Link has released a patched firmware. No public exploit code has been identified at time of analysis, and EPSS places exploitation probability at 0.39% (32nd percentile), consistent with SSVC's 'Exploitation: none' finding.

Privilege Escalation Archer Vx1800V V1 Tp Link Systems Inc
NVD VulDB
CVSS 4.0
5.1
EPSS
0.4%
CVE-2026-60119 Jul 14, 15:44 MEDIUM PATCH This Month

Stored cross-site scripting in Hi.Events through v1.10.0-beta allows authenticated event organizers to inject arbitrary JavaScript into public event pages by embedding the raw </script> sequence in an event title, which the application's JSON.stringify() serialization fails to encode safely when placed in inline script contexts. The payload executes in the browser of every visitor to the affected event page - including unauthenticated attendees and authenticated administrators - enabling session hijacking and privilege escalation from a low-privileged creator account. No public exploit has been identified at time of analysis; a vendor-released patch is available in v1.11.0-beta.

XSS Authentication Bypass Hi Events Hieventsdev
NVD GitHub
CVSS 4.0
5.1
EPSS
0.2%
CVE-2026-59732 Jul 14, 22:17 MEDIUM POC PATCH GHSA This Month

Path traversal (Zip Slip) in Rclone's archive extract command allows crafted archives containing `../` or `..\ ` path components in entry names to write extracted files outside the user-selected destination prefix. All Rclone versions prior to 1.74.4 are affected; an attacker who can induce a user to run `rclone archive extract` against a malicious archive can create or overwrite sibling objects in the same bucket or parent path scope. No public exploit code has been identified and the vulnerability is not in CISA KEV; EPSS at 0.14% (4th percentile) reflects low real-world exploitation probability.

Path Traversal Red Hat Suse Rclone
NVD GitHub
CVSS 3.1
5.0
EPSS
0.1%
CVE-2026-42447 Jul 14, 22:16 MEDIUM PATCH This Month

HTML injection in jadx-gui prior to version 1.5.6 enables a malicious APK to force arbitrary HTML rendering inside the Summary tab, allowing out-of-band network requests that disclose the analyst's IP address or interact with locally exposed services. The injection point is SummaryNode.java, which inserts attacker-controlled .so file path components from APK ZIP entries directly into an HTML panel without escaping. Publicly available exploit code exists per SSVC assessment, though the attack is non-automatable and constrained to interactive local use, consistent with the low CVSS score of 3.6 and an EPSS probability of just 0.14%.

XSS Java Jadx
NVD GitHub VulDB
CVSS 3.1
5.0
EPSS
0.1%
CVE-2026-14646 Jul 14, 16:49 MEDIUM PATCH This Month

SSRF protections in Sonatype Nexus Repository 3 are bypassed when proxy repository upstream servers return HTTP redirects, allowing those redirects to target internal network addresses or cloud metadata endpoints such as AWS IMDSv1. Any user with read access to an affected proxy repository - including anonymous users if anonymous access is enabled - can receive responses from internal infrastructure, potentially leaking cloud IAM credentials or other sensitive internal data. No public exploit or CISA KEV listing has been identified at time of analysis, but the condition relies on attacker-controlled or compromised upstream servers, making this a credible supply-chain-adjacent threat in enterprises relying on external upstream repositories.

SSRF Nexus Repository 3 Sonatype
NVD
CVSS 4.0
4.9
EPSS
0.3%
CVE-2026-62657 Jul 14, 17:46 MEDIUM PATCH This Month

Certificate validation bypass in NETGEAR XR1000 Gaming Router and Nighthawk models (MR70, MS70, RAXE500) allows an adjacent-network attacker to exploit improper OpenSSL certificate validation (CWE-599) and gain unauthorized remote control of the device. Exploitation requires adjacency to the target network and high attack complexity with specific preconditions (CVSS 4.0 AV:A/AC:H/AT:P), significantly constraining real-world risk despite full confidentiality and integrity impact on the vulnerable device. No public exploit identified at time of analysis; vendor-confirmed patches are available for all four affected models.

Authentication Bypass Netgear Raxe500 Xr1000 Mr70 +1
NVD
CVSS 4.0
4.9
EPSS
0.1%
CVE-2026-50684 Jul 14, 17:08 MEDIUM PATCH This Month

Cross-site scripting in Active Directory Federation Services (AD FS) on Windows Server 2012 through 2025 enables an authorized, high-privileged attacker to inject malicious scripts into AD FS web pages, producing spoofing effects against users who interact with the affected portal. The CVSS vector (PR:H, UI:R, S:C) confirms this is a post-compromise capability requiring admin-level access and victim interaction, not an unauthenticated initial access vector. No active exploitation is confirmed - SSVC rates exploitation as 'none', EPSS sits at 0.38% (30th percentile), and the vulnerability is absent from CISA KEV - placing this firmly in the low-urgency category despite network reachability of the AD FS web interface.

XSS Microsoft Windows Server 2012 Windows Server 2016 Windows Server 2019 +10
NVD
CVSS 3.1
4.8
EPSS
0.4%
CVE-2026-12478 Jul 14, 09:26 MEDIUM PATCH This Month

Out-of-bounds read in libsoup 3.6.6 exposes WebSocket clients to memory disclosure and crashes when connecting to malicious servers. The incomplete fix for CVE-2026-0716 (commit 6ff7ef0) placed the integer overflow guard exclusively inside the masked-frame branch, leaving the unmasked server-to-client frame path entirely unprotected - allowing a crafted payload length near UINT64_MAX to bypass the guard entirely. No public exploit code or active exploitation (CISA KEV) has been identified, but the CVSS AC:H rating reflects the non-trivial preconditions: a specific client configuration and attacker-controlled server are both required.

Buffer Overflow Information Disclosure Red Hat Enterprise Linux 10 Red Hat
NVD VulDB
CVSS 3.1
4.8
EPSS
0.3%
CVE-2026-15621 Jul 14, 00:45 MEDIUM This Month

Link-following vulnerability in mosaxiv clawlet up to version 0.2.10 allows local low-privileged attackers to read, write, or modify files outside intended directories by supplying symlinks to the read_file, write_file, and edit_file functions in tools/fs_ops.go. All three file-operation primitives are affected, meaning the attack surface covers both read (information disclosure) and write/edit (integrity impact) paths. No patch is planned - the upstream GitHub issue was explicitly closed as 'not planned', leaving all deployments on affected versions permanently unpatched.

Information Disclosure Clawlet Mosaxiv
NVD VulDB GitHub
CVSS 4.0
4.8
EPSS
0.1%
CVE-2026-50310 Jul 14, 17:06 MEDIUM PATCH Exploit Unlikely This Month

Integer overflow in the Windows Devices Human Interface (HID) subsystem enables a local, low-privileged attacker to disclose sensitive information on affected systems. The vulnerability spans Windows 10 (versions 1809 through 22H2), Windows 11 (versions 24H2 through 26H1), and Windows Server 2019 through 2025, representing a broad attack surface across Microsoft's supported OS portfolio. No public exploit code exists and CISA SSVC rates current exploitation as none, with an EPSS score of 0.30% (22nd percentile) confirming very low near-term exploitation probability.

Information Disclosure Integer Overflow Microsoft Windows Server 2019 Windows Server 2022 +9
NVD
CVSS 3.1
4.7
EPSS
0.3%
CVE-2026-62658 Jul 14, 17:46 MEDIUM PATCH This Month

Post-authentication command execution in NETGEAR Nighthawk RAX-series routers (RAX43, RAX45, RAX50, RAX54S, RAX54Sv2) permits an attacker already holding administrative credentials and adjacent network access to run unauthorized OS-level commands or code on the device. Rooted in CWE-20 (Improper Input Validation), the flaw bypasses authorization controls within the authenticated management session, yielding high integrity impact on the vulnerable system. No public exploit identified at time of analysis, though the CVSS 4.0 supplemental metric E:P indicates proof-of-concept code exists; a vendor-released patch is available from NETGEAR.

Authentication Bypass Netgear Rax43 Rax45 Rax50 +2
NVD
CVSS 4.0
4.7
EPSS
0.2%
CVE-2026-57973 Jul 14, 17:09 MEDIUM PATCH Exploit Unlikely This Month

Tampering via a time-of-check time-of-use (TOCTOU) race condition in Windows Subsystem for Linux 2 (WSL2) enables a locally authorized, low-privileged attacker to manipulate file system or resource state between the moment a security check is performed and the moment the resource is actually used. Affected versions run below 2.7.10, and Microsoft has released a fix. No public exploit code has been identified and CISA has not added this to the KEV catalog, but the SSVC framework assesses technical impact as total if the race is won, making the integrity risk significant despite a medium CVSS score.

Information Disclosure Microsoft Windows Subsystem For Linux Wsl2
NVD
CVSS 3.1
4.7
EPSS
0.2%
CVE-2026-44760 Jul 14, 00:20 MEDIUM This Month

Reflected XSS in SAP NetWeaver Application Server ABAP's Business Server Pages (BSP) framework allows remote unauthenticated attackers to inject arbitrary JavaScript into HTTP responses when a victim user interacts with a crafted URL. Successful exploitation enables session token theft and execution of authenticated actions on behalf of the victim within the SAP web context. No public exploit code or CISA KEV listing is identified at time of analysis; CVSS AC:H indicates non-trivial conditions must align for successful delivery, moderating real-world risk despite the enterprise sensitivity of SAP environments.

XSS SAP Sap Netweaver Application Server Abap Applications Based On Business Server Pages Sap Se
NVD VulDB
CVSS 3.1
4.7
EPSS
0.1%
CVE-2026-58528 Jul 14, 17:09 MEDIUM PATCH Exploit Unlikely This Month

Out-of-bounds read in the Windows USB Audio Class driver (usbaudio.sys) exposes kernel memory contents to an attacker who physically connects a crafted USB audio device to an unpatched system. Affected systems span Windows 10 (1809 through 22H2), Windows 11 (24H2 through 26H1), and Windows Server 2019/2022/2025, as confirmed by EUVD-2026-44284 and the MSRC advisory. No public exploit code has been identified at time of analysis, and EPSS at 0.42% (34th percentile) reflects low automated exploitation probability consistent with the mandatory physical access requirement.

Buffer Overflow Information Disclosure Microsoft Windows Server 2019 Windows Server 2022 +9
NVD
CVSS 3.1
4.6
EPSS
0.4%
CVE-2026-50453 Jul 14, 17:07 MEDIUM PATCH Exploit Unlikely This Month

Out-of-bounds read in usbaudio.sys (Windows USB Audio Class driver) exposes kernel memory contents to attackers with physical device access across Windows 10, Windows 11, and Windows Server 2012 through 2025. An attacker who can physically connect a crafted USB audio device causes the driver to read beyond an allocated buffer, potentially leaking sensitive kernel memory to the attacker. No public exploit exists and no active exploitation has been identified; SSVC rates this as non-automatable with partial technical impact, placing it firmly in the lower-urgency tier despite its wide platform coverage.

Buffer Overflow Information Disclosure Microsoft Windows Server 2012 Windows Server 2016 +16
NVD
CVSS 3.1
4.6
EPSS
0.4%
CVE-2026-49794 Jul 14, 17:05 MEDIUM PATCH Exploit Unlikely This Month

Out-of-bounds read in the Windows USB Audio Class driver (usbaudio.sys) enables physical attackers to disclose kernel memory contents across a broad range of Windows 10, Windows 11, and Windows Server releases. Exploitation requires plugging a crafted USB audio device into the target machine, making remote attack impossible by design. No public exploit exists and SSVC exploitation status is confirmed as none, though the High confidentiality impact rating reflects that kernel memory disclosure can expose sensitive in-memory data if triggered.

Buffer Overflow Information Disclosure Microsoft Windows Server 2012 Windows Server 2016 +16
NVD VulDB
CVSS 3.1
4.6
EPSS
0.4%
CVE-2026-56193 Jul 14, 17:05 LOW PATCH Exploit Unlikely Monitor

Information disclosure in Microsoft Office (Microsoft 365 Apps, Office 2016/2019, Office LTSC 2021/2024, and Office for Mac) via an out-of-bounds read (CWE-125) lets an attacker leak sensitive memory contents when a victim opens a maliciously crafted document. The CVSS 3.1 base score is 7.1 (AV:L/AC:L/PR:N/UI:R), reflecting local exploitation that requires user interaction but no prior authentication. Microsoft is the reporting source and has published a fix; there is no public exploit identified at time of analysis and the issue is not listed in CISA KEV.

Buffer Overflow Information Disclosure Microsoft Microsoft 365 Apps For Enterprise Microsoft Office Ltsc 2024 +6
NVD VulDB
CVSS 3.1
3.3
EPSS
0.4%
CVE-2025-43892 Jul 14, 15:19 MEDIUM This Month

FortiOS across the 7.2, 7.4, and 7.6 release trains leaks portions of device runtime memory to authenticated remote attackers via a buffer over-read in redirect response handling. Exploitation requires valid credentials but no elevated privileges, and proof-of-concept code exists (CVSS temporal E:P). An official vendor fix is confirmed available (RL:O), though unpatched instances of FortiOS 7.2.x, 7.4.0-7.4.8, and 7.6.0-7.6.2 remain at risk of sensitive memory disclosure - a consequential exposure given that FortiOS processes session tokens, credentials, and cryptographic material at runtime.

Buffer Overflow Fortinet Fortios
NVD VulDB
CVSS 3.1
4.3
EPSS
0.3%
CVE-2025-62826 Jul 14, 15:19 MEDIUM This Month

HTTP Response Splitting in Fortinet FortiOS and FortiProxy captive portal authentication flows enables a man-in-the-middle attacker to inject arbitrary HTTP headers into intercepted authentication requests. Affected platforms span FortiOS 7.2-7.6.4 and FortiProxy 7.2-7.6.4. The CVSS temporal vector includes E:P, confirming proof-of-concept exploit code exists; however, no active exploitation has been confirmed via CISA KEV. The RL:O temporal indicator confirms an official remediation is available per vendor advisory FG-IR-26-153.

Fortinet Code Injection Fortios Fortipam Fortiproxy
NVD
CVSS 3.1
4.3
EPSS
0.3%
CVE-2025-62675 Jul 14, 15:15 MEDIUM This Month

HTTP Response Splitting in Fortinet FortiOS and FortiProxy enables an attacker who holds a valid web filter override token to inject arbitrary HTTP headers into server responses by tricking a user into clicking a crafted link. Affected versions span FortiOS 7.2 through 7.6.4 and FortiProxy 7.2 through 7.6.4. No active exploitation has been confirmed by CISA KEV, though the CVSS temporal vector includes E:P, indicating partial proof-of-concept evidence exists. Real-world impact is constrained by the requirement to possess a valid web filter override token and to achieve user interaction.

Fortinet Code Injection Fortios Fortipam Fortiproxy
NVD
CVSS 3.1
4.3
EPSS
0.2%
CVE-2026-62659 Jul 14, 17:48 MEDIUM PATCH This Month

Improper input validation in the NETGEAR WAX333 Wi-Fi 6 access point permits an already-authenticated, high-privilege user on the adjacent network to bypass authorization controls and make unauthorized changes to device configuration settings. Affected firmware versions are all WAX333 releases below V2.8.0.100, per EUVD-2026-44331 and the July 2026 NETGEAR advisory. No public exploit has been identified and all available signals - EPSS at 0.19%, SSVC exploitation status of none, and a CVSS 4.3 medium score - consistently indicate low real-world urgency.

Authentication Bypass Netgear Wax333
NVD
CVSS 4.0
4.3
EPSS
0.2%
CVE-2026-59840 Jul 14, 15:19 MEDIUM This Month

Buffer over-read in Fortinet FortiOS and FortiProxy exposes sensitive memory contents to authenticated network attackers across multiple product lines including FortiPAM and FortiSwitchManager. The flaw, rooted in CWE-126 (buffer over-read), allows low-privileged remote users to read beyond allocated buffer boundaries, resulting in partial information disclosure with no integrity or availability impact. No active exploitation confirmed in CISA KEV, but the CVSS temporal vector includes E:P indicating proof-of-concept exploit code exists, and an official fix is available per RL:O.

Buffer Overflow Information Disclosure Fortinet Fortios Fortipam +2
NVD VulDB
CVSS 3.1
4.3
EPSS
0.2%
CVE-2026-15718 Jul 14, 12:15 MEDIUM PATCH This Month

Information disclosure in Mozilla Firefox via CWE-763 (Release of Invalid Pointer or Reference) allows network-based attackers to read limited memory contents from affected browser instances. All Firefox versions prior to 152.0.6 are affected. Publicly available exploit code exists, though Mozilla reports no confirmed attacks in the wild; user interaction is required to trigger the flaw, moderately reducing real-world exposure.

Information Disclosure Red Hat Mozilla Suse
NVD VulDB
CVSS 3.1
4.3
EPSS
0.2%
CVE-2026-9341 Jul 14, 11:30 MEDIUM This Month

Insecure Direct Object Reference in the Academy LMS WordPress plugin (all versions through 3.8.0) allows authenticated attackers with Subscriber-level access to read, overwrite, or delete the private lesson notes of any user - including administrators - and to falsify lesson-completion records for arbitrary accounts. Three AJAX handlers (save_lesson_note, get_lesson_note, complete_lesson_video) perform no ownership validation on a user-controlled key, making cross-user data manipulation trivially achievable by any registered site user. No public exploit identified at time of analysis, but the attack surface is fully described via Wordfence's public threat-intelligence entry and source-level code references.

WordPress Authentication Bypass Academy Lms Wordpress Plugin Kodezen
NVD
CVSS 3.1
4.3
EPSS
0.3%
CVE-2026-62393 Jul 14, 04:03 MEDIUM This Month

Improper authorization in Apache Kylin's REST API job endpoints allows authenticated users to retrieve job metadata from projects they are not authorized to access. The `JobController.getJobList` and `JobController.getJobDetail` endpoints lack project-scoped permission verification, meaning any authenticated user can query build job information across project boundaries within a shared Kylin deployment. Apache Kylin versions 4 through 5.0.3 are affected; no public exploit code or active exploitation has been identified at time of analysis.

Authentication Bypass Apache Kylin
NVD
CVSS 3.1
4.3
EPSS
0.5%
CVE-2026-44771 Jul 14, 00:21 MEDIUM This Month

Privilege escalation in SAP S/4HANA's Draft Operation component allows authenticated restricted users to read entity data beyond their authorized scope due to missing authorization checks. The flaw, classified under CWE-862, is exploitable over the network without elevated privileges, resulting in low confidentiality impact with no effect on integrity or availability. No public exploit code or active exploitation has been identified at time of analysis, keeping real-world risk bounded despite the network-accessible attack vector.

Authentication Bypass SAP Sap S 4Hana Draft Operation Sap Se
NVD VulDB
CVSS 3.1
4.3
EPSS
0.2%
CVE-2026-44770 Jul 14, 00:21 MEDIUM This Month

Missing authorization in SAP S/4HANA's Create Single Payment function exposes restricted entity set keys to authenticated but low-privileged users. The flaw (CWE-862) allows a restricted user to query specific payment-related entity sets beyond their intended access scope, resulting in low-impact confidentiality leakage with no effect on data integrity or system availability. No public exploit code exists and this vulnerability is not listed in CISA KEV; EPSS data was not provided, but the CVSS 4.3 medium score and limited impact scope suggest low exploitation urgency.

Authentication Bypass SAP Sap S 4 Hana Create Single Payment Sap Se
NVD VulDB
CVSS 3.1
4.3
EPSS
0.2%
CVE-2026-44768 Jul 14, 00:20 MEDIUM This Month

Script injection in SAP CRM WebClient UI is enabled by absent Content Security Policy (CSP) directives for certain restrictive headers, allowing an authenticated low-privileged attacker to inject malicious JavaScript that executes in a victim user's browser session. The CVSS vector (PR:L/UI:R/S:C) confirms this requires both an authenticated attacker and victim interaction, with a cross-scope impact consistent with browser-context script execution. No public exploit code or CISA KEV active exploitation listing has been identified at time of analysis, and impact is bounded to low integrity with no confidentiality or availability consequence.

SAP Code Injection Sap Crm Webclient Ui Sap Se
NVD VulDB
CVSS 3.1
4.1
EPSS
0.2%
CVE-2026-59084 Jul 14, 08:24 CRITICAL PATCH Act Now

Cluster-communication confidentiality and integrity in Apache Tomcat can be undermined because the secure-configuration requirements for the EncryptInterceptor were never clearly documented, leaving operators liable to deploy the cluster session-replication channel insecurely. The flaw affects Tomcat 7.0.100-7.0.109, 8.5.38-8.5.100, 9.0.13-9.0.119, 10.1.0-M1-10.1.56 and 11.0.0-M1-11.0.23, and is fixed in 9.0.120, 10.1.57 and 11.0.24. It carries a CVSS 9.1 (C:H/I:H) but SSVC records exploitation as none, no public exploit identified at time of analysis, and the root cause is a documentation weakness (CWE-1059) rather than a code defect.

Apache Information Disclosure Red Hat Tomcat Suse +2
NVD VulDB
CVSS 3.1
9.1
EPSS
0.2%
CVE-2026-59083 Jul 14, 08:13 CRITICAL PATCH Act Now

Security constraint bypass in Apache Tomcat (8.5.0-8.5.100, 9.0.0.M1-9.0.119, 10.1.0-M1-10.1.56, 11.0.0-M1-11.0.23) lets remote attackers reach protected resources by abusing improperly handled hex URL encoding in the RewriteValve, defeating URL-pattern security constraints. Because the flaw resides in the rewrite valve, only deployments that use the RewriteValve together with security constraints are exposed, but where present an unauthenticated attacker (per CVSS PR:N) can access or manipulate resources meant to be restricted. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV; EPSS data was not provided.

Authentication Bypass Apache Red Hat Tomcat Suse +2
NVD VulDB HeroDevs
CVSS 3.1
9.1
EPSS
0.2%
CVE-2026-48001 Jul 14, 19:44 LOW Monitor

Limited sensitive information disclosure in Adobe Commerce, Magento Open Source, Adobe Commerce B2B, and the Adobe Commerce Webhooks Plugin enables unauthenticated remote attackers to obtain restricted data under high-complexity conditions. The CWE-200 flaw requires no user interaction but exploitation depends on factors outside attacker control - such as race conditions or specific environmental state - sharply constraining practical exploitation. No active exploitation is confirmed: SSVC rates exploitation as none, EPSS stands at 0.57% (43rd percentile), and the vulnerability is absent from the CISA KEV catalog; Adobe has released July 2026 security patches across all affected product lines via APSB26-73.

Information Disclosure Adobe Adobe Commerce Magento Open Source Adobe Commerce B2B +1
NVD VulDB
CVSS 3.1
3.7
EPSS
0.6%
CVE-2026-54335 Jul 14, 19:40 LOW PATCH GHSA Monitor

Prototype pollution in @feathersjs/commons _.merge allows remote attackers to corrupt Object.prototype for the lifetime of a Node.js process by submitting JSON-parsed input containing a __proto__, constructor, or prototype key. The CVSS 3.7 (Low) rating reflects genuine low real-world risk: no first-party @feathersjs/* package routes untrusted input through this specific utility, meaning exploitation is gated on a downstream plugin or custom application code doing so. EPSS is 0.39% (31st percentile) and no public exploit or CISA KEV listing exists, consistent with the vendor's own assessment that scope of real-world risk is limited.

Information Disclosure Prototype Pollution
NVD GitHub VulDB
CVSS 3.1
3.7
EPSS
0.4%
CVE-2026-44753 Jul 14, 00:19 LOW Monitor

User account enumeration in SAP HANA Extended Application Services Classic Model (XSC) user self-service tools allows unauthenticated remote attackers to identify valid usernames and email addresses by crafting requests that elicit distinguishable server responses. The CWE-204 root cause - observable response discrepancy - means the application behaves differently for valid versus invalid accounts, leaking account existence without requiring credentials. CVSS scores this at 3.7 (AV:N/AC:H) reflecting network accessibility tempered by high attack complexity; no public exploit code or CISA KEV listing has been identified at time of analysis.

Information Disclosure SAP Sap Hana Extended Application Services Classic Model User Self Service Sap Se
NVD VulDB
CVSS 3.1
3.7
EPSS
0.2%
CVE-2026-45710 Jul 14, 17:30 LOW GHSA Monitor

Stored XSS in FacturaScripts (<= 2026.1) allows an authenticated attacker to execute arbitrary JavaScript in any victim's browser via the variant-picker or subaccount-picker modals. The flaw exists in `WidgetVariante::renderVariantList` and `WidgetSubcuenta::renderSubaccountList`, which embed `Tools::noHtml`-encoded field values directly into JavaScript string literals inside HTML `onclick` attributes - a pattern the browser defeats by HTML-decoding attribute values before the script engine parses them, converting `&#39;` back to a literal apostrophe. A publicly confirmed proof-of-concept was verified on 2026-05-01; no patch has been released. This is a missed instance of the same anti-pattern corrected in three sister classes by commits `40bc701` and `8586b97`.

PHP XSS CSRF
NVD GitHub
CVSS 3.1
3.5
CVE-2026-55035 Jul 14, 17:08 LOW PATCH Exploit Unlikely Monitor

Out-of-bounds read in Microsoft Office (including 365 Apps for Enterprise, Office 2016/2019, LTSC 2021/2024 on Windows and macOS, and SharePoint Server 2016/2019/Subscription Edition) allows a local attacker to disclose limited memory contents when a victim opens a specially crafted document. The CVSS 3.3 Low score, EPSS of 0.51% (40th percentile), SSVC exploitation status of 'none,' and absence from CISA KEV collectively place this vulnerability at low real-world priority despite its broad product footprint. No public exploit or proof-of-concept code has been identified at time of analysis.

Buffer Overflow Information Disclosure Microsoft Microsoft Sharepoint Enterprise Server 2016 Microsoft Sharepoint Server 2019 +9
NVD VulDB
CVSS 3.1
3.3
EPSS
0.5%
CVE-2026-50416 Jul 14, 17:06 LOW PATCH Exploit Unlikely Monitor

Windows Win32K in Windows 11 (versions 24H2, 25H2, 26H1) and Windows Server 2025 leaks sensitive information to local authenticated attackers through an information disclosure flaw classified as CWE-200. The vulnerability requires only low-privilege local access and yields partial confidentiality impact with no integrity or availability consequences, consistent with the CVSS 3.3 Low rating. No public exploit identified at time of analysis, and CISA SSVC assessment confirms no known exploitation, non-automatable attack pattern, and only partial technical impact - making this a low real-world priority outside multi-tenant or shared-access environments.

Information Disclosure Microsoft Windows Server 2025 Windows 11 Version 24H2 Windows 11 Version 25H2 +2
NVD
CVSS 3.1
3.3
EPSS
0.4%
CVE-2026-55139 Jul 14, 17:09 LOW PATCH Exploit Unlikely Monitor

Out-of-bounds read in Microsoft Office exposes a limited portion of process memory to a local attacker when a user opens a specially crafted document. Affected products span Office 2016 through LTSC 2024 on both Windows and macOS, with impact confined to low-severity information disclosure and no integrity or availability consequence. No public exploit code exists and CISA has not listed this in KEV; SSVC confirms exploitation status as none and the vulnerability is assessed as non-automatable, collectively placing this in the lowest real-world risk tier despite broad product coverage.

Buffer Overflow Information Disclosure Microsoft Microsoft 365 Apps For Enterprise Microsoft Office Ltsc 2024 +6
NVD VulDB
CVSS 3.1
3.3
EPSS
0.4%
CVE-2026-50419 Jul 14, 17:06 LOW PATCH Monitor

Windows Kernel information disclosure across a broad range of Microsoft Windows 10, Windows 11, and Windows Server editions allows a locally authenticated low-privileged attacker to read sensitive kernel memory contents they are not authorized to access. The flaw is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and is confined to local exploitation with no integrity or availability impact. No public exploit code or active exploitation has been identified at time of analysis, and Microsoft has released patches addressing the issue across all affected version branches per EUVD-2026-43865.

Information Disclosure Microsoft Windows Server 2012 Windows Server 2016 Windows Server 2019 +15
NVD
CVSS 3.1
3.3
EPSS
0.3%
Prev Page 19 of 20 Next

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