Lucene search

K
vulnrichmentFreebsdVULNRICHMENT:CVE-2022-23093
HistoryFeb 15, 2024 - 5:18 a.m.

CVE-2022-23093 Stack overflow in ping(8)

2024-02-1505:18:44
freebsd
github.com
9
ping
stack overflow
insufficient input validation
remote trigger
memory safety
freebsd sandbox

AI Score

7.6

Confidence

High

EPSS

0

Percentile

9.0%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

CNA Affected

[
  {
    "vendor": "FreeBSD",
    "modules": [
      "ping"
    ],
    "product": "FreeBSD",
    "versions": [
      {
        "status": "affected",
        "version": "13.1-RELEASE",
        "lessThan": "p5",
        "versionType": "release"
      },
      {
        "status": "affected",
        "version": "12.4-RC2",
        "lessThan": "p2",
        "versionType": "release"
      },
      {
        "status": "affected",
        "version": "12.3-RELEASE",
        "lessThan": "p10",
        "versionType": "release"
      }
    ],
    "defaultStatus": "unknown"
  }
]

AI Score

7.6

Confidence

High

EPSS

0

Percentile

9.0%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial