Anat Bremler-Barr

Researcher fromTel Aviv University
#3687of 53,633
70.4Total CVSS
Vulnerabilities · 9
High
9
PT-2025-32984
7.8
2025-08-13
Http/2 · Http/2 · CVE-2025-8671
**Name of the Vulnerable Software and Affected Versions** AMPHP (affected versions not specified) Apache Tomcat (affected versions not specified) Eclipse Foundation (affected versions not specified) F5 (affected versions not specified) Fastly (affected versions not specified) gRPC (affected versions not specified) Mozilla (affected versions not specified) Netty (affected versions not specified) Suse Linux (affected versions not specified) Varnish Cache (affected versions not specified) Wind River (affected versions not specified) Zephyr Project (affected versions not specified) **Description** A mismatch between HTTP/2 specifications and the internal architectures of some implementations leads to incorrect stream accounting. By opening streams and rapidly triggering the server to reset them using malformed frames or flow control errors, a remote attacker can cause excessive server resource consumption. This occurs because streams reset by the server are considered closed at the protocol level, while backend processing continues, allowing a client to force the server to handle an unbounded number of concurrent streams on a single connection. This issue, dubbed MadeYouReset, can be used to launch massive denial-of-service (DoS) attacks and bypasses existing Rapid Reset mitigations by tricking the server into resetting its own stream counters. The attack traffic often blends with legitimate traffic, making detection difficult. **Recommendations** Update Apache Tomcat to the latest patched version. Update F5 to the latest patched version. Update Fastly to the latest patched version. Update Varnish Cache to the latest patched version. Implement rate-limiting and anomaly detection to identify and block malicious HTTP/2 traffic patterns. At the moment, there is no information about a newer version that contains a fix for AMPHP, Eclipse Foundation, gRPC, Mozilla, Netty, Suse Linux, Wind River, and Zephyr Project.
PT-2024-2753
7.8
2024-01-10
Isc · Bind 9 · CVE-2023-4408
**Name of the Vulnerable Software and Affected Versions** BIND 9 versions 9.0.0 through 9.16.45 BIND 9 versions 9.18.0 through 9.18.21 BIND 9 versions 9.19.0 through 9.19.19 BIND 9 versions 9.9.3-S1 through 9.11.37-S1 BIND 9 versions 9.16.8-S1 through 9.16.45-S1 BIND 9 versions 9.18.11-S1 through 9.18.21-S1 **Description** The DNS message parsing code in `named` includes a section whose computational complexity is overly high. It does not cause problems for typical DNS traffic, but crafted queries and responses may cause excessive CPU load on the affected `named` instance by exploiting this flaw. This issue affects both authoritative servers and recursive resolvers. A remote attacker could exploit this vulnerability to trigger an assertion failure by querying RFC 1918 reverse zones. **Recommendations** For BIND 9 versions 9.0.0 through 9.16.45, update to a version outside of this range to mitigate the risk. For BIND 9 versions 9.18.0 through 9.18.21, update to a version outside of this range to mitigate the risk. For BIND 9 versions 9.19.0 through 9.19.19, update to a version outside of this range to mitigate the risk. For BIND 9 versions 9.9.3-S1 through 9.11.37-S1, update to a version outside of this range to mitigate the risk. For BIND 9 versions 9.16.8-S1 through 9.16.45-S1, update to a version outside of this range to mitigate the risk. For BIND 9 versions 9.18.11-S1 through 9.18.21-S1, update to a version outside of this range to mitigate the risk. As a temporary workaround, consider restricting access to the `named` instance to minimize the risk of exploitation.