CVE-2026-42002
Race Condition in Powerdns Authoritative 4.7.0 – 4.9.15
Raw vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:HSummary
CVE-2026-42002 is a medium-severity Signal Handler Race Condition (CWE-364) vulnerability in Powerdns Authoritative. Its CVSS base score is 5.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 18th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-31260
Vulnerability Data
Concurrency and locking defects in GSS-TSIG
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Developer testing and evaluation (including concurrency and fuzz testing) can discover signal-handler race conditions before deployment.
Engineering principles such as least privilege, complete mediation, and avoidance of shared mutable state in handlers directly reduce introduction of signal-handler race conditions.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly prevent introduction of signal-handler race conditions during coding and review.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect signal-handler race conditions before release.
Secure SDLC practices can require avoidance of unsafe signal handling patterns.
Secure architecture principles can mandate safe concurrency and signal design.
Secure coding standards directly prohibit race-prone signal handlers.
Change management may catch unsafe signal code during reviews but does not address the weakness itself.