
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-7209 is a null pointer dereference vulnerability in the value_decode function within src/libsec/port/x509.c of 9fans plan9port, a port of Plan 9 libraries and tools to Unix. The vulnerability affects plan9port up to and including commit 9da5b44 (as of March 29, 2025). It was reported on April 11, 2025 by researcher Yifan Zhang (PLL) via a GitHub issue and publicly disclosed on July 9, 2025. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, GitHub Issue).
The root cause is a null pointer dereference (CWE-476) combined with improper resource shutdown or release (CWE-404) in the X.509 ASN.1 parsing library. Specifically, the value_decode function at src/libsec/port/x509.c:535:43 performs a READ memory access on a null pointer (address 0x000000000000) when processing malformed BER/DER-encoded input, triggered through the call chain asn1dump → decode → ber_decode → value_decode. The vulnerability was discovered via fuzzing using the OSS-Fuzz harness (fuzz_libsec.c), and a crash-reproducing input file has been publicly released. Exploitation requires local access with low privileges (GitHub Issue, Feedly).
Successful exploitation causes the affected application to crash with a SEGV signal, resulting in a denial of service. There is no impact on confidentiality or integrity — the vulnerability solely affects availability. Because plan9port uses rolling releases and the vulnerable code resides in a security library (libsec) used for X.509 certificate processing, any application or service built on plan9port that parses untrusted ASN.1/X.509 data could be crashed by a local attacker with low privileges (Feedly, GitHub Issue).
A proof-of-concept crash input (plan9port_crash_2.txt) has been publicly disclosed on GitHub, and the fuzzing reproduction steps are fully documented in the bug report. There is no evidence of in-the-wild exploitation at this time, and the vulnerability has not been added to the CISA KEV catalog. The EPSS score is approximately 0.013% (0.000130), reflecting very low probability of widespread exploitation. No threat actor attribution has been identified (GitHub Issue, Feedly).
https://github.com/user-attachments/files/19698361/plan9port_crash_2.txt.fuzz_patch.diff) to enable the fuzzing harness.fuzz_libsec.c with AddressSanitizer and libFuzzer enabled using the documented build commands from the issue report../fuzz_libsec plan9port_crash_2.txt — the malformed ASN.1/X.509 input causes value_decode to dereference a null pointer at x509.c:535:43, producing a SEGV and crashing the process.libsec X.509 parsing code with attacker-controlled input will crash, causing service disruption (GitHub Issue).libsec library, particularly those performing X.509/ASN.1 parsing.value_decode at src/libsec/port/x509.c:535, ber_decode at x509.c:267, or asn1dump at x509.c:2553.plan9port_crash_2.txt or similar malformed DER/BER-encoded files being fed to plan9port-based applications.AddressSanitizer: SEGV on unknown address 0x000000000000 with a stack trace pointing to value_decode in x509.c (GitHub Issue).Apply the upstream patch identified by commit deae8939583d83fd798fca97665e0e94656c3ee8 from the plan9front repository. Since plan9port uses rolling releases with no versioned releases, users should update to the latest commit from the project repository that includes this fix. As a workaround, restrict local access to systems running plan9port to trusted users only, and avoid exposing plan9port-based services to untrusted input. Monitor systems for unexpected crashes that may indicate exploitation attempts (Feedly, 9front Patch).
The vulnerability was reported by researcher Yifan Zhang (PLL) through a GitHub issue on April 11, 2025, with full reproduction steps and a crash input file. Red Hat has acknowledged the CVE in their security advisory tracker. No significant broader media coverage or notable community debate has been observed, consistent with the limited scope and medium severity of this issue (GitHub Issue, Red Hat Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."