CVE-2021-41190:
Clarify Content-Type handling
3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.42719%
CWE
Published
11/18/2021
Updated
2/1/2023
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
github.com/opencontainers/distribution-spec | go | < 1.0.1 | 1.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from ambiguous interpretation of manifests/indexes
based solely on Content-Type headers in the OCI Distribution Specification (spec.md
), rather than specific code functions. The provided commit diff shows changes to documentation/specification
requirements (clarifying mediaType/Content-Type alignment
), not implementation code. The 'github.com/opencontainers/distribution-spec'
package represents the specification document itself, not executable code with functions. Vulnerable behavior would manifest in implementations following the pre-1.0.1 spec guidance, but no specific functions are identifiable within the provided specification document context.