← Back

CVE-2022-23093

nvd nist
Published: Feb 15, 2024Modified: Jun 17, 2026

JSON object

Loading...
6.5
Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Exploitability: 2.8 / Impact: 3.6
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0 (Secondary)

Description

ping reads raw IP packets from the network to process responses in the pr_pack() function. As part of processing a response ping has to reconstruct the IP header, the ICMP header and if present a "quoted packet," which represents the packet that generated an ICMP error. The quoted packet again has an IP header and an ICMP header. The pr_pack() copies received IP and ICMP headers into stack buffers for further processing. In so doing, it fails to take into account the possible presence of IP option headers following the IP header in either the response or the quoted packet. When IP options are present, pr_pack() overflows the destination buffer by up to 40 bytes. The memory safety bugs described above can be triggered by a remote host, causing the ping program to crash. The ping process runs in a capability mode sandbox on all affected versions of FreeBSD and is thus very constrained in how it can interact with the rest of the system at the point where the bug can occur.

Affected (18)

Products: Freebsd: Freebsd
1 product
Freebsd
Configuration A
18 vulnerable
Vulnerable SoftwareAffected Versions
Freebsd
Version 12.3 beta1
Version 12.3 p1
Version 12.3 p2
Version 12.3 p3
Version 12.3 p4
Version 12.3 p5
Version 12.3 p6
Version 12.3 p7
Version 12.3 p8
Version 12.3 p9
Version 12.4 rc2-p1
Version 13.1 b1-p1
Version 13.1 b2-p2
Version 13.1 p1
Version 13.1 p2
Version 13.1 p3
Version 13.1 p4
Version 13.1 rc1-p1

References (2)

Source: af854a3a-2127-422b-91ae-364da2661108
Vendor Advisory

Timeline

No history available yet.