Vulnerabilities

2 via 2 paths

Dependencies

5

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

Severity
  • 2
Status
  • 2
  • 0
  • 0

high severity

Use After Free

  • Vulnerable module: msgpack
  • Introduced through: msgpack@1.0.5

Detailed paths

  • Introduced through: swapravo/pqm-client@swapravo/pqm-client › msgpack@1.0.5
    Remediation: Upgrade to msgpack@1.2.1.

Overview

msgpack is an efficient binary serialization format.

Affected versions of this package are vulnerable to Use After Free in the unpacker' when it is reused after an error has occurred. An attacker can cause a crash or denial of service by repeatedly triggering errors and reusing the same unpacker` instance with untrusted input.

Workaround

This vulnerability can be mitigated by creating a new unpacker instance instead of reusing one after an error, and by discarding the Stream and Streaming Unpacker if an error occurs during streaming unpacking.

Remediation

Upgrade msgpack to version 1.2.1 or higher.

References

high severity

Improper Check for Dropped Privileges

  • Vulnerable module: sh
  • Introduced through: sh@1.14.3

Detailed paths

  • Introduced through: swapravo/pqm-client@swapravo/pqm-client › sh@1.14.3
    Remediation: Upgrade to sh@2.2.4.

Overview

sh is a Python subprocess replacement

Affected versions of this package are vulnerable to Improper Check for Dropped Privileges in the _uid process. An attacker can gain unauthorized access to files or resources associated with privileged supplementary groups by launching a subprocess from a privileged parent process that uses the _uid option to drop privileges.

Remediation

Upgrade sh to version 2.2.4 or higher.

References