Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vulndb: potential Go vuln in github.com/mcu-tools/mcuboot: CVE-2024-32883 #2799

Open
GoVulnBot opened this issue Apr 26, 2024 · 0 comments
Assignees
Labels

Comments

@GoVulnBot
Copy link

CVE-2024-32883 references github.com/mcu-tools/mcuboot, which may be a Go module.

Description:
MCUboot is a secure bootloader for 32-bits microcontrollers. MCUboot uses a TLV (tag-length-value) structure to represent the meta data associated with an image. The TLVs themselves are divided into two sections, a protected and an unprotected section. The protected TLV entries are included as part of the image signature to avoid tampering. However, the code does not distinguish which TLV entries should be protected or not, so it is possible for an attacker to add unprotected TLV entries that should be protected. Currently, the primary protected TLV entries should be the dependency indication, and the boot record. An injected dependency value would primarily result in an otherwise acceptable image being rejected. A boot record injection could allow fields in a later attestation record to include data not intended, which could cause an image to appear to have properties that it should not have. As a workaround, disable the boot record functionality.

References:

Cross references:
No existing reports found with this module or alias.

See doc/triage.md for instructions on how to triage this report.

id: GO-ID-PENDING
modules:
    - module: github.com/mcu-tools/mcuboot
      vulnerable_at: 1.10.0
      packages:
        - package: mcuboot
summary: CVE-2024-32883 in github.com/mcu-tools/mcuboot
cves:
    - CVE-2024-32883
references:
    - advisory: https://github.com/mcu-tools/mcuboot/security/advisories/GHSA-m59c-q9gq-rh2j
source:
    id: CVE-2024-32883

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants