Vulnerability Details : CVE-2022-24705
The rad_packet_recv function in radius/packet.c suffers from a memcpy buffer overflow, resulting in an overly-large recvfrom into a fixed buffer that causes a buffer overflow and overwrites arbitrary memory. If the server connects with a malicious client, crafted client requests can remotely trigger this vulnerability.
Published
2022-02-14 22:15:08
Updated
2022-02-19 04:16:28
Vulnerability category: Overflow
Products affected by CVE-2022-24705
- cpe:2.3:a:accel-ppp:accel-ppp:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-24705
0.41%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 60 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-24705
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | AV:N/AC:L/Au:N/C:P/I:P/A:P |
10.0
|
6.4
|
NIST | |
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST |
CWE ids for CVE-2022-24705
-
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.Assigned by: nvd@nist.gov (Primary)
References for CVE-2022-24705
-
https://github.com/accel-ppp/accel-ppp/pull/35
fix buffer overflow when receive radius packet by svlobanov · Pull Request #35 · accel-ppp/accel-ppp · GitHubPatch;Third Party Advisory
Jump to