Information disclosure in nextlevelbuilder GoClaw up to version 3.13.3-beta.3 allows remote low-privileged attackers to extract sensitive data by manipulating the `args.targetUrl` argument passed to the `handleNavigate` function in `pkg/browser/tool.go`. A public proof-of-concept exploit exists and is referenced via GitHub issue #1207, elevating the practical risk beyond the moderate CVSS 4.0 score of 5.3. No confirmed patched release has been identified at the time of analysis, leaving all known versions of the product exposed.
GoClaw 3.11.3 by nextlevelbuilder exposes an incomplete blacklist bypass in the ExecApprovalManager.CheckCommand function, allowing authenticated low-privilege remote attackers to circumvent command approval controls enforced in internal/tools/exec_approval.go. The bypass can yield limited confidentiality, integrity, and availability impacts consistent with the information-disclosure tag and the VC:L/VI:L/VA:L CVSS 4.0 impact metrics. No public exploit identified at time of analysis is incorrect here - a public proof-of-concept exploit exists per the referenced GitHub issue, lowering the technical bar for abuse.
CSS stylesheet injection in SAP @ui5/webcomponents-base allows unauthenticated remote attackers to load arbitrary cross-origin stylesheets into victim pages by bypassing the sap-allowed-theme-origins allowlist enforcement inside setThemeRoot(). The ?sap-themeRoot URL query parameter is a direct delivery vector, making socially-engineered exploitation trivial - no authentication is required from the attacker (CVSS PR:N), only a victim page load (UI:R). Successful exploitation enables UI redressing, clickjacking, phishing overlays, visual defacement, and limited CSS attribute-selector-based data exfiltration; no public exploit identified at time of analysis, and the vulnerability is not listed in CISA KEV.
Reflected cross-site scripting in SAP NetWeaver Enterprise Portal enables unauthenticated remote attackers to inject arbitrary JavaScript into URL parameters that are echoed back unencoded in server responses. When a victim with an active portal session visits a crafted URL, the injected script executes in their browser under the portal's origin, permitting session token theft, unauthorized manipulation of portal content, or forced redirection to attacker-controlled resources. No public exploit code has been identified at time of analysis and no CISA KEV listing exists, though the unauthenticated network-accessible attack surface and low complexity make phishing-based delivery operationally straightforward.
Server-side request forgery in mosaxiv clawlet up to version 0.2.10 enables authenticated remote attackers to manipulate the webFetch tool function to issue arbitrary HTTP requests from the server, potentially reaching internal services, cloud metadata endpoints, or other network resources not directly accessible to the attacker. A publicly available proof-of-concept exploit was disclosed via GitHub issue #14, making real-world exploitation more accessible. Critically, the upstream maintainer closed the issue as 'not planned,' meaning no vendor-released patch is forthcoming and the vulnerability will remain permanently unaddressed in the existing codebase.
Active Directory Federation Services (AD FS) on multiple Windows Server and Windows 10 platforms contains an infinite loop flaw (CWE-835) that a remote unauthenticated attacker can trigger to exhaust service resources and cause a sustained denial of service. The attack requires high complexity (CVSS AC:H) but no authentication, targeting organizations that expose AD FS endpoints to the network. No public exploit code exists and CISA SSVC confirms no known exploitation at time of analysis; Microsoft has released patches across all affected platforms.
Denial of service in Siemens SIMATIC S7-PLCSIM Advanced (all versions) allows an unauthenticated attacker on the same local network segment to exhaust the application's memory by flooding it with high-volume multicast traffic, rendering the PLC simulation instance inaccessible until manually restarted. Exploitation is limited to instances running a specific active project configuration, and no project data is lost. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV.
Cross-site scripting in code-projects Online Job Portal 1.0 allows a remote, low-privileged attacker to inject malicious JavaScript via the /Admin/DetailJob.php endpoint, which executes in the browser of any user who views the affected page. The CVSS 4.0 vector (PR:L/UI:P) confirms that exploitation requires an authenticated session and passive victim interaction, constraining but not eliminating real-world risk. A public proof-of-concept has been disclosed on GitHub; no patch from the vendor has been identified at time of analysis.
Denial of Service in Trellix HX (versions 10.0.0 and earlier) allows an authenticated network attacker to exhaust appliance resources by submitting a specially crafted highly-compressed file to the HX console, triggering the product's own detection engine to perform runaway decompression. The impact is limited to availability - the EDR appliance becomes unresponsive - but disruption of an endpoint detection and response platform carries secondary operational risk by creating a monitoring blind spot. No public exploit code has been identified at time of analysis, and no CISA KEV listing exists.
Incorrect Authorization (CWE-863) in Adobe Commerce, Magento Open Source, Adobe Commerce B2B, and the Adobe Commerce Webhooks Plugin exposes sensitive data to unauthenticated remote attackers who can bypass security controls to gain unauthorized read access. Exploitation is constrained by high attack complexity - conditions beyond the attacker's control must be satisfied - which aligns with the SSVC assessment of non-automatable exploitation and the low EPSS score of 0.61% (45th percentile). No public exploit code exists and the vulnerability is not listed in the CISA KEV catalog as of analysis date; Adobe has released July 2026 patches across all affected product lines per advisory APSB26-73.
Incorrect authorization in Adobe Commerce, Adobe Commerce B2B, Magento Open Source, and the Adobe Commerce Webhooks Plugin exposes sensitive data to remote unauthenticated attackers who can bypass security controls to gain unauthorized read access. Classified as CWE-863 (Incorrect Authorization), the flaw carries a CVSS 3.1 score of 5.9 with high confidentiality impact but is gated by high attack complexity - exploitation depends on conditions outside the attacker's control. No public exploit has been identified at time of analysis, EPSS stands at 0.61% (45th percentile), and CISA SSVC assesses exploitation as none and not automatable, indicating meaningful barriers to opportunistic mass exploitation.
Path traversal in DedeCMS 5.7.118's Album Publishing Feature allows remote attackers with administrative credentials to read or write files outside the intended extraction directory by manipulating the `filename` argument passed to the `ExtractFile` function in `include/zip.class.php`. A public proof-of-concept exploit has been released on GitHub, lowering the skill bar for exploitation, though no active exploitation has been confirmed in the CISA KEV catalog. The CVSS 4.0 score of 5.1 with PR:H reflects the high privilege requirement, which materially limits the exposed attack surface to authenticated admin-level sessions.
Heap buffer over-read in libsoup's HTTP/2 GOAWAY frame parser allows remote unauthenticated attackers to crash applications or leak heap memory fragments by sending a malformed frame with a non-NUL-terminated Additional Debug Data payload. Affected deployments include applications built on libsoup running on Red Hat Enterprise Linux 10 that accept or initiate HTTP/2 connections. A proof-of-concept exists per SSVC data, though exploitation is rated non-automatable and this vulnerability is not listed in the CISA KEV catalog at time of analysis.
Memory leak in libsoup's HTTP/2 implementation allows a remote, unauthenticated attacker to incrementally exhaust heap memory and crash the affected application through a sustained out-of-memory condition. Affected deployments include any application linking libsoup on Red Hat Enterprise Linux 6 through 10 that handles HTTP/2 connections from untrusted peers. No public exploit code has been identified and CISA has not listed this in KEV; however, the network-accessible attack surface with no authentication requirement makes it relevant for internet-facing services using libsoup. Notably, the provided CVSS vector (C:H/I:N/A:N) is internally inconsistent with the DoS-only description - the correct impact metrics should reflect Availability, not Confidentiality, and this discrepancy is flagged in the risk assessment.
Security feature bypass in Adobe Premiere Pro allows a local attacker to gain unauthorized write access by exploiting improper input validation (CWE-20). Both the 25.x and 26.x release branches are affected - versions up to and including 25.6.5 and 26.2.2 respectively - with scope change noted in the CVSS vector, indicating the write-access impact extends beyond Premiere Pro's own security boundary. No public exploit has been identified at time of analysis, EPSS is extremely low at 0.16% (5th percentile), and SSVC classifies exploitation as none with partial technical impact, suggesting this is a theoretical-to-low real-world risk despite the integrity-focused impact.
OS command injection in louisho5 picobot up to version 0.2.0 allows local low-privileged attackers to execute arbitrary operating system commands through the ExecTool.Execute function in internal/agent/tools/exec.go. A publicly available proof-of-concept exploit exists (GitHub issue #43), elevating practical risk despite the moderate CVSS 4.0 score of 4.8. No patch has been issued as the project maintainer has not responded to responsible disclosure, leaving all known deployments persistently exposed.
Incorrect listener-rule priority ordering in AWS Load Balancer Controller before v3.4.2 enables authenticated Kubernetes users to intercept, spoof, or deny gRPC traffic belonging to other namespaces on a shared Gateway. The controller incorrectly assigned ALB listener rule priority by route kind (HTTPRoute vs GRPCRoute) rather than route specificity, causing all HTTPRoutes to be evaluated before GRPCRoutes at the ALB layer regardless of which was more specific or narrower in scope. No public exploit has been identified at time of analysis, but the SSVC framework rates technical impact as total for the subsequent system, reflecting that cross-namespace traffic confidentiality, integrity, and availability are fully compromised when conditions are met.
Denial of service in Windows Hyper-V allows an authorized, adjacent-network attacker to crash or disrupt the hypervisor by triggering a buffer over-read (CWE-126). Affected platforms span Windows 10, Windows 11, and Windows Server 2012 through 2025, covering a broad slice of Microsoft's enterprise footprint. No public exploit has been identified at time of analysis and the vulnerability is not listed in CISA KEV, but a vendor-issued patch is available via Microsoft MSRC.
Stack-based buffer overflow in multiple NETGEAR Orbi mesh WiFi models (RBR860, RBRE950/960, RBE970/971, RBS860, RBSE950/960) enables an unauthenticated adjacent-network attacker to crash or force a restart of the affected device, causing a loss of network connectivity. The root cause is CWE-121 (stack-based buffer overflow), meaning a crafted network payload can overwrite stack memory and destabilize the device process. The CVSS 4.0 supplemental metric E:P indicates a proof-of-concept exploit exists, elevating practical risk despite the moderate base score of 5.7.
Information disclosure in Windows File Explorer exposes sensitive memory contents to local attackers due to CWE-908 use of an uninitialized resource. Triggered when a local user interacts with File Explorer, the flaw allows memory contents - potentially including sensitive data from other processes or the OS - to be read without elevated privileges. No public exploit code has been identified and CISA has not listed this in KEV, but the breadth of affected platforms (Windows 10 through 11 and Windows Server 2012 through 2025) makes patching broadly applicable.
Uninitialized memory exposure in the Microsoft Windows Codecs Library enables a local attacker to disclose sensitive process memory contents on affected Windows systems. The flaw (CWE-908) requires user interaction - specifically opening or processing a specially crafted media file - but demands no elevated privileges. No public exploit code exists and no active exploitation is confirmed; EPSS sits at 0.51% (40th percentile), consistent with SSVC's 'Exploitation: none' assessment, making this a medium-severity, low-urgency issue relative to the breadth of affected platforms.
Out-of-bounds read in Microsoft Office and SharePoint Server exposes local memory contents to an unauthorized attacker, resulting in information disclosure. The vulnerability (CWE-125) is triggered when a user opens a specially crafted Office document, making exploitation dependent on user interaction rather than remote network access. No active exploitation has been confirmed - CISA KEV does not list this CVE, SSVC rates exploitation as none, and EPSS probability sits at 0.51% (40th percentile), collectively indicating low real-world threat activity despite the wide deployment footprint of affected products.
Out-of-bounds read in Microsoft Office exposes high-confidentiality memory contents to a local, unauthenticated attacker who can induce a user to open a crafted document. The flaw affects a wide swath of Office and SharePoint products across Windows and Mac platforms, including Microsoft 365 Apps for Enterprise, Office 2016 through LTSC 2024, Office 365 for Mac, and SharePoint Server 2016 through the Subscription Edition. No public exploit has been identified at time of analysis, EPSS is low at 0.50% (39th percentile), and CISA SSVC rates exploitation as none and the flaw as non-automatable, placing this firmly in a patch-and-monitor risk tier rather than an emergency-response tier.
Windows Win32K information disclosure on multiple Windows 10, Windows 11, and Windows Server releases allows a locally authenticated low-privilege user to read sensitive kernel-level data that should be inaccessible to user-space processes. Rooted in CWE-200 (improper exposure of sensitive information), the flaw exposes confidentiality-impacting data via the Win32K graphical subsystem without requiring elevated rights or user interaction from another party. No public exploit code has been identified, CISA SSVC rates exploitation status as 'none,' and the EPSS score of 0.47% (38th percentile) confirms low near-term exploitation probability.
Windows Cryptographic Services on multiple Windows 10, Windows 11, and Windows Server editions contains a CWE-200 information disclosure flaw that allows a locally authenticated attacker with standard user privileges to read sensitive cryptographic material they should not be authorized to access. The CVSS vector (AV:L/AC:L/PR:L/UI:N) confirms exploitation is entirely local and requires a pre-existing low-privilege session, positioning this as an insider threat or post-compromise scenario rather than an initial access vector. No public exploit code has been identified, CISA SSVC rates exploitation as none, and EPSS sits at only 0.47%, collectively indicating low real-world exploitation activity at time of analysis.
Information disclosure in the Windows Quality of Service (QoS) Packet Scheduler component exposes sensitive data to locally authenticated low-privileged users across a wide range of Windows client and server releases. The flaw (CWE-200) allows a local attacker with standard user access to read memory or network-related data that should be restricted to higher-privilege contexts. No public exploit exists and SSVC classifies exploitation as none with partial technical impact, but the breadth of affected Windows versions - from Server 2012 through Windows 11 26H1 and Server 2025 - makes patching a broad operational priority.
Windows File Explorer exposes sensitive information to low-privileged local authenticated users across a wide range of Windows 10, Windows 11, and Windows Server versions. Classified under CWE-200, the flaw enables an attacker already present on a system with standard user rights to access data they should not be permitted to view - no elevation of privilege or remote access is required. No public exploit code has been identified and CISA SSVC confirms no active exploitation, keeping real-world urgency moderate despite the broad affected product surface.
Windows Cryptographic Services across all supported Microsoft Windows client and server editions exposes sensitive cryptographic material to locally authenticated low-privilege users through a CWE-200 information disclosure flaw. Spanning Windows 10 version 1607 through Windows 11 26H1 and Windows Server 2012 through Server 2025, the vulnerability allows an attacker with a standard local account to read confidential data - likely cryptographic keys, certificates, or intermediate cryptographic state - without any user interaction. SSVC rates exploitation as none, EPSS at 0.47% (38th percentile) indicates low near-term exploitation probability, and no active exploitation has been confirmed by CISA KEV, positioning this as a routine patch-cycle priority rather than an emergency response.
Out-of-bounds read in Microsoft Excel's file parsing engine exposes sensitive memory contents when a victim opens a specially crafted workbook, affecting Excel 2016 through Office LTSC 2024 and Office Online Server across both Windows and macOS platforms. The CVSS vector (AV:L/UI:R/C:H/I:N/A:N) confirms impact is limited to confidentiality loss - no code execution results - and requires local user interaction to trigger. No public exploit has been identified and CISA has not listed this in KEV; with an EPSS of 0.46% and SSVC exploitation status of none, this is appropriate for standard patch cycle prioritization rather than emergency response.
Untrusted pointer dereference in Microsoft Excel exposes sensitive in-process memory to a local attacker across virtually the entire Office product family - Excel 2016 through Office LTSC 2024 on Windows and macOS, plus Office Online Server. An attacker must deliver a crafted spreadsheet and induce the victim to open it; successful exploitation yields high confidentiality impact with no integrity or availability effect. No public exploit code or active exploitation has been identified; EPSS at 0.46% (37th percentile) and SSVC exploitation status of 'none' are consistent with low real-world risk at this time.
Buffer over-read in the Windows Kernel exposes kernel memory contents to locally authenticated, low-privilege attackers across a broad range of Windows 10, Windows 11, and Windows Server releases. The flaw (CWE-126) allows out-of-bounds memory reads within the kernel address space, resulting in high-confidence confidentiality impact with no integrity or availability consequence. No public exploit code has been identified and CISA SSVC assessment confirms no active exploitation at time of analysis, though the wide deployment footprint of affected Windows versions makes prompt patching a sensible priority.
Microsoft Defender for Endpoint for Mac exposes private personal information to locally authenticated attackers through an information disclosure flaw tracked as CWE-359. Affected versions span the entire release line below 101.26042.0020, where a low-privileged local attacker operating under high-complexity conditions can read sensitive data that should remain confidential to the security product itself. No public exploit or active exploitation has been identified; SSVC rates the technical impact as partial and exploitation likelihood as none, consistent with the low EPSS score of 0.41% at the 33rd percentile.
Out-of-bounds read in HTTP.sys, the Windows kernel-mode HTTP driver, enables a local low-privileged attacker to disclose sensitive kernel memory contents on Windows 11 and Windows Server 2025. The CVSS vector (AV:L/PR:L) confirms exploitation is strictly local and requires an authenticated session - no remote or unauthenticated attack path exists. Microsoft has released patched builds; no active exploitation has been identified (SSVC Exploitation: none; EPSS 0.41%, 33rd percentile), and this vulnerability is not listed in CISA KEV.
Uninitialized memory disclosure in the Windows SMB stack allows a locally authenticated attacker to read sensitive contents from uninitialized buffers, affecting Windows 10, Windows 11, and Windows Server 2012 through 2025. The flaw (CWE-908) resides in the SMB subsystem where a resource is consumed before being properly zeroed, leaking residual memory contents to a low-privileged local user. No public exploit code exists and the vulnerability is not listed in the CISA KEV catalog; SSVC assessment places exploitation at none with partial technical impact, making this a standard patch-cycle priority rather than an emergency response item.
Out-of-bounds read in Microsoft Office exposes sensitive memory contents to a local, unauthenticated attacker who can induce a user to open a malicious document. Affected products span the full current Office portfolio - Office 2016 through LTSC 2024 on both Windows and macOS - making the blast radius broad despite the local attack vector. No public exploit identified at time of analysis and SSVC classifies exploitation as none and not automatable, though the high confidentiality impact (C:H) and near-universal deployment of Office keep this a meaningful patching priority.
Out-of-bounds read in Microsoft Office and SharePoint exposes process memory contents locally when a user opens a specially crafted document. Affected products span the full Office suite - Office 2016, 2019, LTSC 2021, LTSC 2024, Microsoft 365 Apps for Enterprise (Windows and Mac), and SharePoint Server 2016, 2019, and Subscription Edition - covering virtually the entire active Office install base. No public exploit code exists and CISA SSVC rates exploitation as none, making this a patch-and-monitor priority rather than an emergency response.
Uninitialized memory disclosure in Microsoft Office exposes sensitive data locally when a user interacts with a crafted document. The vulnerability, rooted in CWE-908 (Use of Uninitialized Resource), affects the full breadth of current Office deployments across Windows and macOS, including Office 2016 through LTSC 2024 and Microsoft 365 Apps for Enterprise. No public exploit code has been identified at time of analysis, and SSVC signals confirm no observed exploitation; however, the High confidentiality impact warrants prompt patching given Office's ubiquitous deployment footprint.
Microsoft Office information disclosure via integer overflow (CWE-190) exposes high-confidentiality data to a local attacker who can induce a victim to open a crafted document. The flaw affects a broad range of Microsoft Office versions on both Windows and macOS - including Office 2016, 2019, LTSC 2021, LTSC 2024, and Microsoft 365 Apps for Enterprise - confirmed by Microsoft via MSRC. No public exploit code exists and CISA SSVC rates exploitation as none, placing this in low urgency despite the High confidentiality impact in the CVSS vector; however, the extensive product footprint means patching remains advisable.
Out-of-bounds memory read in Microsoft Office and SharePoint exposes sensitive in-process data when a user opens a specially crafted document on a local machine. Affecting Microsoft 365 Apps for Enterprise, Office 2016 through LTSC 2024 (Windows and macOS), and SharePoint Server 2016 through Subscription Edition, the CWE-125 flaw allows an unauthorized attacker to read beyond allocated buffer boundaries, achieving High confidentiality impact with no integrity or availability consequence. No public exploit exists and no active exploitation is confirmed at time of analysis - CISA SSVC rates exploitation status as none - making this a routine-priority patch despite the broad product coverage.
Windows Media in Microsoft Windows exposes sensitive information to locally authenticated standard users, allowing disclosure of data the attacker is not authorized to access. Affected platforms span Windows 10 1607 through Windows 11 26H1 and Windows Server 2012 R2 through Server 2025, representing a very broad installed base. No public exploit code has been identified and EPSS at 0.36% (28th percentile) reflects low opportunistic interest, though the local-access requirement is a weaker barrier in shared-access environments such as Remote Desktop Services or VDI deployments.
Windows File Explorer on a wide range of Microsoft Windows client and server versions exposes sensitive information to locally authenticated standard users, achieving high confidentiality impact without requiring elevated privileges. The flaw (CWE-200) is confined to the local attack surface - CVSS AV:L/PR:L - meaning the attacker must already hold an interactive session on the target system. No public exploit code and no CISA KEV listing have been identified at time of analysis; a vendor patch is available through Microsoft Security Response Center.
Windows File Explorer across all major Windows 10, Windows 11, and Windows Server releases exposes sensitive information to local authenticated users via a CWE-200 information disclosure flaw. An authorized attacker with low-privilege local access can read data they should not be permitted to access without any user interaction. No public exploit code has been identified at time of analysis and CISA SSVC confirms no observed exploitation, placing this squarely in routine patch-cycle priority despite the broad footprint of affected systems.
Windows File Explorer exposes sensitive information to locally authenticated, low-privileged users across a broad range of Windows 10, Windows 11, and Windows Server releases. Classified under CWE-200, the flaw allows an authorized local attacker to read data they should not have access to through the File Explorer shell component. No public exploit code has been identified at time of analysis, EPSS sits at 0.36% (28th percentile), and CISA SSVC assesses exploitation as none and not automatable - indicating low urgency despite the high confidentiality impact recorded in the CVSS score.
Information disclosure in the Windows Overlay Filter (WofFilter) kernel-mode driver allows a locally authenticated low-privileged user to read sensitive data they are not authorized to access across Windows 10, Windows 11, and Windows Server 2016 through 2025. The flaw stems from CWE-200 (improper restriction of information to unauthorized actors) within the filter driver's handling of layered filesystem operations. No public exploit code has been identified and no active exploitation is confirmed; however, the high confidentiality impact (C:H) makes this a meaningful stepping stone in multi-stage attacks on shared or multi-tenant Windows systems.
Local information disclosure in Windows Notification affects authenticated users across a wide range of Microsoft Windows 10, Windows 11, and Windows Server releases. An attacker with low-privilege local access can exploit this CWE-200 flaw to read sensitive data that should be inaccessible to their account, with no user interaction required. No public exploit or active exploitation has been identified at time of analysis, and Microsoft has released patched builds addressing all affected versions.
Windows Push Notifications on multiple Windows 10, 11, and Server editions exposes sensitive information to low-privileged local attackers, who can read notification content or related data scoped to other users or higher-privilege contexts without any user interaction. Affected platforms span Windows 10 1607 through Windows 11 26H1 and Windows Server 2016 through 2025, with vendor-confirmed fixed build versions available via Microsoft Update. No public exploit exists and no active exploitation is confirmed - SSVC rates exploitation as none and EPSS sits at 0.36% (28th percentile) - making this a secondary patching priority unless operating shared multi-user Windows environments.
Sensitive information disclosure in Windows Push Notifications (WPN) permits a locally authenticated, low-privileged attacker to read confidential data they are not authorized to access. Affected systems span Windows 10 (1809 through 22H2), Windows 11 (24H2 through 26H1), Windows Server 2019, 2022, and 2025, covering a broad enterprise and consumer footprint. No public exploit identified at time of analysis, EPSS sits at 0.36% (28th percentile), and CISA SSVC rates exploitation as none with non-automatable attack paths.
Sensitive information disclosure in Windows Push Notifications allows a locally authenticated standard user to access notification data they are not authorized to view across Windows 10, Windows 11, and Windows Server 2022/2025 platforms. The flaw (CWE-200) requires only low-privilege local access - no elevated rights or user interaction - making it exploitable by any interactive user on a vulnerable host. No public exploit code exists at time of analysis, and both EPSS (0.36%, 28th percentile) and SSVC (exploitation: none, automatable: no) signals indicate low near-term weaponization risk despite the high confidentiality impact rating.
Sensitive information disclosure in the Windows Trusted Runtime Interface Driver permits a locally authenticated, low-privileged attacker to read protected data from the affected system. The flaw impacts Windows 10 (21H2, 22H2), Windows 11 (24H2, 25H2, 26H1), and Windows Server 2025 across both full and Server Core installations. No public exploit code has been identified at time of analysis, and CISA has not listed this in the Known Exploited Vulnerabilities catalog; Microsoft has released patches resolving the issue.
Sensitive information disclosure in the Windows Kernel affects Windows 10 (versions 21H2 and 22H2), Windows 11 (versions 24H2, 25H2, and 26H1), and Windows Server 2022 and 2025, where the kernel writes sensitive data into log files that a low-privileged local user can access. An authorized attacker with a standard local account can read these log files to obtain sensitive kernel-level information, yielding high confidentiality impact with no integrity or availability consequence. No public exploit has been identified at time of analysis, and the EPSS score of 0.36% at the 28th percentile corroborates low near-term exploitation likelihood; Microsoft has released patches addressing all affected versions.