
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-26076 is a denial-of-service vulnerability in ntpd-rs, a full-featured Rust implementation of the Network Time Protocol developed by the Pendulum Project (tweedegolf). When Network Time Security (NTS) is enabled, an unauthenticated remote attacker can send malformed NTS packets requesting an excessive number of cookies, causing the server to expend significantly more CPU resources than normal. All versions of ntpd-rs prior to 1.7.1 are affected. The vulnerability was disclosed on February 12, 2026, and carries a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory, Red Hat Bugzilla).
The root cause is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). When processing NTS timestamp responses, the server iterated over all NtsCookiePlaceholder extension fields in both authenticated and encrypted sections of an incoming packet without imposing any upper bound on the number of cookies generated. An attacker could craft a malformed NTS packet containing a large number of cookie placeholder fields, forcing the server to generate and encode a corresponding number of cookies per request. The fix, applied in commit fa73af1, introduces a .take(MAX_COOKIES) limit on the iterator in ntp-proto/src/packet/mod.rs to cap the number of cookies processed per packet (GitHub Commit, GitHub Advisory).
Successful exploitation causes moderate but meaningful CPU exhaustion on the affected ntpd-rs server, with observed increases of 2–4 times above normal operating levels. This degrades server performance and can impair or deny time synchronization services to legitimate clients, even on servers that would otherwise handle normal load. There is no impact on confidentiality or integrity; the vulnerability is limited to availability. Environments relying on ntpd-rs for accurate time synchronization — including those with NTS enabled for authenticated time — are at risk of service degradation (GitHub Advisory, Red Hat Bugzilla).
No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation as of the time of disclosure. The vulnerability requires no authentication, no user interaction, and is exploitable over the network with low attack complexity, making it straightforward to attempt if an attacker targets an NTS-enabled ntpd-rs server. The EPSS score is approximately 0.04%, reflecting low current exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (GitHub Advisory, Feedly).
NtsCookiePlaceholder extension fields in both the authenticated and encrypted sections, far exceeding what a legitimate client would request.The vulnerability is fixed in ntpd-rs version 1.7.1, released February 12, 2026. Administrators should upgrade immediately. As a temporary workaround, the advisory suggests running ntpd-rs on a machine with excess CPU capacity, since the attack only multiplies CPU usage by a factor of 2–4. Additionally, disabling NTS on the server (if not operationally required) eliminates the attack surface entirely, as the vulnerability only affects NTS-enabled deployments. Network-level rate limiting or filtering of NTS traffic from untrusted sources can also reduce exposure (GitHub Advisory, GitHub Release).
Red Hat tracked the vulnerability via Bugzilla (Bug 2439531) and published a security advisory, indicating relevance to Red Hat-distributed packages. Debian also issued a security notice referencing this CVE in March 2026, and Fedora published an update advisory. The vulnerability was reported to the Pendulum Project by a researcher identified as "lamz" and was acknowledged in the GitHub security advisory. Community reaction on GitHub was positive regarding the prompt patch release, with several users reacting to the v1.7.1 release notes (GitHub Advisory, Red Hat Bugzilla).
Fix availability across major Linux distributions and their releases.
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."