CVE-2022-31124

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-31124
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-31124.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-31124
Aliases
Published
2022-07-06T17:30:27Z
Modified
2025-11-19T02:34:38.140484Z
Severity
  • 7.7 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N CVSS Calculator
Summary
Possible leak of key's raw field if declared length is incorrect in openssh_key_parser
Details

opensshkeyparser is an open source Python package providing utilities to parse and pack OpenSSH private and public key files. In versions prior to 0.0.6 if a field of a key is shorter than it is declared to be, the parser raises an error with a message containing the raw field value. An attacker able to modify the declared length of a key's sensitive field can thus expose the raw value of that field. Users are advised to upgrade to version 0.0.6, which no longer includes the raw field value in the error message. There are no known workarounds for this issue.

Database specific
{
    "cwe_ids": [
        "CWE-209"
    ]
}
References

Affected packages

Git / github.com/scottcwang/openssh_key_parser

Affected ranges

Type
GIT
Repo
https://github.com/scottcwang/openssh_key_parser
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Fixed