Skip to content

Insufficient input validation may allow code injection into privileged user space libraries and tools

Moderate
jan-kiszka published GHSA-j6pp-7g99-24m7 Aug 14, 2023

Package

EFI Boot Guard

Affected versions

<0.15

Patched versions

0.15

Description

Impact

Insufficient or missing validation and sanitization of input from untrustworthy bootloader environment files can cause crashes and probably also code injections into bg_setenv or programs using libebgenv. This is triggered when the affected components try to modify a manipulated environment, in particular its user variables.

A prominent user of libebgenv is SWUpdate. Although it does not make use of user variables itself, integrators may have chosen to leverage them via SWUpdate's bootloader environment modification mechanisms.

Furthermore, bg_printenv may crash over invalid read accesses or report invalid results.

Not affected by this issue is EFI Boot Guard's bootloader EFI binary.

Patches

EFI Boot Guard release v0.15 contains required patches to sanitize and validate the bootloader environment prior to processing it in userspace. Its library and tools should be updated, so should programs statically linked against it. An update of the bootloader EFI executable is not required.

Workarounds

The only way to prevent the issue with an unpatched EFI Boot Guard version is to avoid accesses to user variables, specifically modifications to them.

Credits

Many thanks to Code Intelligence for pointing out the issue while enabling a fuzz-testing case study with EFI Boot Guard.

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Physical
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Changed
Confidentiality
None
Integrity
High
Availability
Low

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:L

CVE ID

CVE-2023-39950

Weaknesses

Credits