Nixpkgs security tracker

Try the new UI
Login with GitHub
⚠️ You are using a production deployment that is still only suitable for demo purposes. Any work done in this might be wiped later without notice.

Dismissed suggestions

These automatic suggestions were dismissed after initial triaging.

to select a suggestion for revision.

View:
Compact
Detailed
Dismissed
(no matching packages found)
Permalink CVE-2026-76958
8.5 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Changed (C)
  • Confidentiality (C): High (H)
  • Integrity (I): None (N)
  • Availability (A): Low (L)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Changed (C)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): Low (L)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
XML External Entity (XXE) Vulnerability in SAP Integration Suite

SAP Integration Suite does not sufficiently validate XML documents accepted from untrusted sources in certain internal components. An attacker with low privileges could submit specially crafted XML payloads containing malicious external entity declarations. Successful exploitation could allow the attacker to read sensitive file contents from the server and expose them through monitoring or logging output, resulting in a high impact on confidentiality. It could also lead to resource exhaustion, causing a low impact on availability. There is no impact on integrity.

Affected products

SAP Integration Suite
  • ==B2B Integration Factory - Cloud Integration - Trading Partner Management 1.10.0
  • ==Cloud Integration - Trading Partner Management V2 2.9.2
Dismissed
(no matching packages found)
Permalink CVE-2026-75667
5.4 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): Required (R)
  • Scope (S): Changed (C)
  • Confidentiality (C): Low (L)
  • Integrity (I): Low (L)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): Low (L)
  • Modified Scope (MS): Changed (C)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): None (N)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Adobe Experience Manager | Cross-site Scripting (DOM-based XSS) (CWE-79)

Adobe Experience Manager is affected by a DOM-based Cross-Site Scripting (XSS) vulnerability. An attacker could exploit this issue by manipulating the DOM environment to execute malicious JavaScript within the context of the victim's browser. Exploitation of this issue requires user interaction in that a victim must visit a crafted webpage. Scope is changed.

Affected products

Adobe Experience Manager 6.5
  • ==6.5.25
  • =<6.5.24
Adobe Experience Manager 6.5 LTS
  • =<SP2
  • ==SP3
Adobe Experience Manager as a Cloud Service
  • =<2026.7.0
  • ==2026.8.0
Dismissed
(no matching packages found)
Permalink CVE-2026-77481
8.8 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Exploit Code Maturity (E): Unproven (U)
  • Remediation Level (RL): Official Fix (O)
  • Report Confidence (RC): Confirmed (C)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Microsoft SQL Server Remote Code Execution Vulnerability

Heap-based buffer overflow in SQL Server allows an authorized attacker to execute code over a network.

Affected products

Microsoft SQL Server 2017 (GDR)
  • <14.0.2130.4
Microsoft SQL Server 2019 (GDR)
  • <15.0.2190.7
Microsoft SQL Server 2022 (GDR)
  • <16.0.1200.5
Microsoft SQL Server 2025 (CU8)
  • <17.0.4085.5
Microsoft SQL Server 2017 (CU 31)
  • <14.0.3550.4
Microsoft SQL Server 2019 (CU 32)
  • <15.0.4490.9
Microsoft SQL Server 2022 (CU 26)
  • <16.0.4275.2
Microsoft SQL Server 2025 for x64-based Systems (GDR)
  • <17.0.1135.8
Dismissed
(no matching packages found)
Permalink CVE-2026-53937
6.2 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Local (L)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Local (L)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): High (H)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
MCP Kotlin SDK's unbounded line buffer in StdioServerTransport/StdioClientTransport leads to memory exhaustion (DoS)

MCP Kotlin SDK is the Kotlin Multiplatform software development kit for the Model Context Protocol. In versions 0.7.0 through 0.12.0, `ReadBuffer.append` in `kotlin-sdk-core/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/shared/ReadBuffer.kt` writes every chunk of bytes received from the stdio transport into a `kotlinx.io.Buffer` with no size cap. Frames are extracted from that buffer only when a `\n` (0x0a) byte is observed. A peer that streams bytes without ever sending a newline causes the internal buffer to grow indefinitely until the JVM (or the surrounding host process) is OOM-killed. The leak is amplified by `StdioServerTransport` and `StdioClientTransport`, which both queue raw chunks through a `kotlinx.coroutines.channels.Channel<ByteArray>(Channel.UNLIMITED)` and then call `readBuffer.append(chunk)` without backpressure or size guard. This is a remote-pre-auth denial of service whenever an SDK stdio server's stdin is fed by an untrusted or attacker-controlled producer (for example: a host program that exec's the MCP server as a subprocess and pipes through bytes received from a network peer, or a sidecar wrapper that proxies bytes from an HTTP endpoint to the stdio transport). Version 0.13.0 fixes the issue.

Affected products

io.modelcontextprotocol:kotlin-sdk
  • ==< 0.13.0
io.modelcontextprotocol:kotlin-sdk-core
  • ==< 0.13.0
io.modelcontextprotocol:kotlin-sdk-client
  • ==>= 0.7.0, < 0.13.0
io.modelcontextprotocol:kotlin-sdk-server
  • ==>= 0.7.0, < 0.13.0
Dismissed
(no matching packages found)
Permalink CVE-2026-68835
7.1 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): Required (R)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Exploit Code Maturity (E): Unproven (U)
  • Remediation Level (RL): Official Fix (O)
  • Report Confidence (RC): Confirmed (C)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Windows Print Spooler Components Elevation of Privilege Vulnerability

Use after free in Windows Print Spooler Components allows an authorized attacker to elevate privileges over a network.

Affected products

Windows Server 2012
  • <6.2.9200.26349
Windows Server 2016
  • <10.0.14393.9512
Windows Server 2019
  • <10.0.17763.9245
Windows Server 2022
  • <10.0.20348.5622
Windows Server 2025
  • <10.0.26100.33438
Windows Server 2012 R2
  • <6.3.9600.23397
Windows 10 Version 1607
  • <10.0.14393.9512
Windows 10 Version 1809
  • <10.0.17763.9245
Windows 10 Version 21H2
  • <10.0.19044.7725
Windows 10 Version 22H2
  • <10.0.19045.7725
Windows 11 Version 23H2
  • <10.0.22631.7582
Windows 11 Version 24H2
  • <10.0.26100.9445
Windows 11 Version 25H2
  • <10.0.26200.9445
Windows 11 version 23H2
  • <10.0.22631.7582
Windows 11 version 26H1
  • <10.0.28000.2954
Windows Server 2012 (Server Core installation)
  • <6.2.9200.26349
Windows Server 2016 (Server Core installation)
  • <10.0.14393.9512
Windows Server 2019 (Server Core installation)
  • <10.0.17763.9245
Windows Server 2025 (Server Core installation)
  • <10.0.26100.33438
Windows Server 2012 R2 (Server Core installation)
  • <6.3.9600.23397
Dismissed
(no matching packages found)
Permalink CVE-2026-69715
9.8 CRITICAL
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Exploit Code Maturity (E): Unproven (U)
  • Remediation Level (RL): Official Fix (O)
  • Report Confidence (RC): Confirmed (C)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Windows Direct Show Remote Code Execution Vulnerability

Out-of-bounds read in Windows Direct Show allows an unauthorized attacker to execute code over a network.

Affected products

Windows Server 2012
  • <6.2.9200.26349
Windows Server 2016
  • <10.0.14393.9512
Windows Server 2019
  • <10.0.17763.9245
Windows Server 2022
  • <10.0.20348.5622
Windows Server 2025
  • <10.0.26100.33438
Windows Server 2012 R2
  • <6.3.9600.23397
Windows 10 Version 1607
  • <10.0.14393.9512
Windows 10 Version 1809
  • <10.0.17763.9245
Windows 10 Version 21H2
  • <10.0.19044.7725
Windows 10 Version 22H2
  • <10.0.19045.7725
Windows 11 Version 23H2
  • <10.0.22631.7582
Windows 11 Version 24H2
  • <10.0.26100.9445
Windows 11 Version 25H2
  • <10.0.26200.9445
Windows 11 version 23H2
  • <10.0.22631.7582
Windows 11 version 26H1
  • <10.0.28000.2954
Windows Server 2012 (Server Core installation)
  • <6.2.9200.26349
Windows Server 2016 (Server Core installation)
  • <10.0.14393.9512
Windows Server 2019 (Server Core installation)
  • <10.0.17763.9245
Windows Server 2025 (Server Core installation)
  • <10.0.26100.33438
Windows Server 2012 R2 (Server Core installation)
  • <6.3.9600.23397
Dismissed
(no matching packages found)
Permalink CVE-2026-69907
7.8 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Local (L)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Exploit Code Maturity (E): Unproven (U)
  • Remediation Level (RL): Official Fix (O)
  • Report Confidence (RC): Confirmed (C)
  • Modified Attack Vector (MAV): Local (L)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Windows Enterprise App Management Elevation of Privilege Vulnerability

Improper handling of insufficient permissions or privileges in Windows Enterprise App Management allows an authorized attacker to elevate privileges locally.

Affected products

Windows Server 2016
  • <10.0.14393.9512
Windows Server 2019
  • <10.0.17763.9245
Windows Server 2022
  • <10.0.20348.5622
Windows Server 2025
  • <10.0.26100.33438
Windows 10 Version 1607
  • <10.0.14393.9512
Windows 10 Version 1809
  • <10.0.17763.9245
Windows 10 Version 21H2
  • <10.0.19044.7725
Windows 10 Version 22H2
  • <10.0.19045.7725
Windows 11 Version 23H2
  • <10.0.22631.7582
Windows 11 Version 24H2
  • <10.0.26100.9445
Windows 11 Version 25H2
  • <10.0.26200.9445
Windows 11 version 23H2
  • <10.0.22631.7582
Windows 11 version 26H1
  • <10.0.28000.2954
Windows Server 2016 (Server Core installation)
  • <10.0.14393.9512
Windows Server 2019 (Server Core installation)
  • <10.0.17763.9245
Windows Server 2025 (Server Core installation)
  • <10.0.26100.33438
Dismissed
(no matching packages found)
Permalink CVE-2026-54611
5.5 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): High (H)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): Low (L)
  • Availability (A): High (H)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): High (H)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): Low (L)
  • Modified Availability (MA): High (H)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
InstantCMS has Remote Code Execution in package installer

InstantCMS is a free and open source content management system. Versions prior to 2.18.2 have a Remote Code Execution (RCE) issue that allows remote authenticated attackers to execute any PHP code via the component installer. It is possible to upload a malicious component into the server, however, it won't be installed, but upload files will be executed. Normally all php files in upload folder are not executed, however, by uploading custom .htaccess it becomes possible. Version 2.18.2 contains a fix.

Affected products

icms2
  • ==< 2.18.2
Dismissed
(no matching packages found)
Permalink CVE-2026-58234
2.2 LOW
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): High (H)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): None (N)
  • Availability (A): Low (L)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): High (H)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): None (N)
  • Modified Availability (MA): Low (L)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Denial of Service vulnerability in SAP Process Integration (SOAP Adapter)

SAP Process Integration (SOAP Adapter) allows a privileged user to send specially crafted requests containing deeply nested entity definitions, which under certain conditions could temporarily increase processor load and degrade system responsiveness. Successful exploitation results in low impact on availability with no impact on confidentiality and integrity.

Affected products

SAP Process Integration (SOAP Adapter)
  • ==MESSAGING 7.50
  • ==SAP_XIAF 7.50
Dismissed
(no matching packages found)
Permalink CVE-2026-69529
8.8 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): Required (R)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): High (H)
  • Exploit Code Maturity (E): Unproven (U)
  • Remediation Level (RL): Official Fix (O)
  • Report Confidence (RC): Confirmed (C)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): High (H)
created 1 week, 4 days ago Activity log
  • Created & dismissed (no matching packages found) suggestion
Microsoft Office Access Remote Code Execution Vulnerability

Heap-based buffer overflow in Microsoft Office Access allows an unauthorized attacker to execute code over a network.

Affected products

Microsoft Access 2016
  • <16.0.5569.1002
Microsoft Office 2016
  • <16.0.5569.1002
Microsoft Office 2019
  • <16.0.10417.20207
Microsoft Office LTSC 2021
  • <16.0.14334.20906
Microsoft Office LTSC 2024
  • <16.0.17932.20976
Microsoft 365 Apps for Enterprise
  • <16.0.20326.20138
Microsoft Access 2016 (32-bit edition)
  • <16.0.5569.1002