Lucene search

K
alpinelinuxAlpine Linux Development TeamALPINE:CVE-2022-42324
HistoryNov 01, 2022 - 1:15 p.m.

CVE-2022-42324

2022-11-0113:15:12
Alpine Linux Development Team
security.alpinelinux.org
22
oxenstored
integer truncation
ocaml
xenbus library
64-bit builds
32-bit builds
signed precision
unexpected exceptions
busy-loop
xenstore ring

CVSS3

5.5

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

EPSS

0

Percentile

14.2%

Oxenstored 32->31 bit integer truncation issues Integers in Ocaml are 63 or 31 bits of signed precision. The Ocaml Xenbus library takes a C uint32_t out of the ring and casts it directly to an Ocaml integer. In 64-bit Ocaml builds this is fine, but in 32-bit builds, it truncates off the most significant bit, and then creates unsigned/signed confusion in the remainder. This in turn can feed a negative value into logic not expecting a negative value, resulting in unexpected exceptions being thrown. The unexpected exception is not handled suitably, creating a busy-loop trying (and failing) to take the bad packet out of the xenstore ring.

OSVersionArchitecturePackageVersionFilename
Alpine3.13-mainnoarchxen= 4.14.5-r7UNKNOWN
Alpine3.16-mainnoarchxen= 4.16.6-r0UNKNOWN
Alpine3.17-mainnoarchxen= 4.16.6-r2UNKNOWN

CVSS3

5.5

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

EPSS

0

Percentile

14.2%