Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-25137 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Nixpkgs database manager is exposed without authentication. <br>πŸ’₯ **Consequences**: Unauthorized access to the database, leading to potential data theft or system compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-552**: Files or directories accessible to the wrong actor. <br>πŸ” **Flaw**: The database interface lacks proper access controls, leaving it open to the public.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: Nixpkgs versions **21.11** through **25.11** (before 26.05). <br>🏒 **Vendor**: NixOS.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Access the database directly. <br>πŸ”“ **Privileges**: No authentication required. <br>πŸ“‰ **Impact**: High Confidentiality (C:H) and High Availability (A:H) impact.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. <br>πŸ”‘ **Auth**: None required (PR:N). <br>🌐 **Access**: Network accessible (AV:N). <br>🎯 **Complexity**: Low (AC:L).

Q6Is there a public Exp? (PoC/Wild Exploitation)

🚫 **Public Exploit**: No PoC provided in data. <br>πŸ“‰ **Wild Exploitation**: Unlikely immediate widespread abuse, but easy to exploit manually.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for exposed Nixpkgs database ports/interfaces. <br>πŸ›‘οΈ **Verify**: Ensure no public access to the database manager endpoint.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. <br>πŸ”— **Patch**: See GitHub Advisory [GHSA-cwmq-6wv5-f3px](https://github.com/NixOS/nixpkgs/security/advisories/GHSA-cwmq-6wv5-f3px). <br>πŸ“ **PRs**: #485310, #485454.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround**: Restrict network access to the database manager. <br>πŸ”’ **Mitigation**: Implement authentication if immediate patching isn't possible.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH. <br>⚠️ **Reason**: CVSS Score indicates Critical impact (High Conf/Avail) with no auth needed. Patch immediately!