CVE-2024-3382
10.04.2024, 17:15
A memory leak exists in Palo Alto Networks PAN-OS software that enables an attacker to send a burst of crafted packets through the firewall that eventually prevents the firewall from processing traffic. This issue applies only to PA-5400 Series devices that are running PAN-OS software with the SSL Forward Proxy feature enabled.Enginsight
Vendor | Product | Version |
---|---|---|
paloaltonetworks | pan-os | 10.2.0 ≤ 𝑥 < 10.2.7 |
paloaltonetworks | pan-os | 11.0.0 ≤ 𝑥 < 11.0.4 |
paloaltonetworks | pan-os | 11.1.0 ≤ 𝑥 < 11.1.2 |
paloaltonetworks | pan-os | 10.2.7 |
paloaltonetworks | pan-os | 10.2.7:h1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-770 - Allocation of Resources Without Limits or ThrottlingThe software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
- CWE-401 - Missing Release of Memory after Effective LifetimeThe software does not sufficiently track and release allocated memory after it has been used, which slowly consumes remaining memory.