CVE-2022-39224

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-39224
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-39224.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-39224
Aliases
Withdrawn
2024-05-15T05:32:49.818633Z
Published
2022-09-21T23:15:09Z
Modified
2023-11-08T04:10:15.515035Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

Arr-pm is an RPM reader/writer library written in Ruby. Versions prior to 0.0.12 are subject to OS command injection resulting in shell execution if the RPM contains a malicious "payload compressor" field. This vulnerability impacts the extract and files methods of the RPM::File class of this library. Version 0.0.12 patches these issues. A workaround for this issue is to ensure any RPMs being processed contain valid/known payload compressor values such as gzip, bzip2, xz, zstd, and lzma. The payload compressor field in an rpm can be checked by using the rpm command line tool.

References

Affected packages

Git / github.com/jordansissel/ruby-arr-pm

Affected ranges

Type
GIT
Repo
https://github.com/jordansissel/ruby-arr-pm
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed