Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2022-42919

27
FAUCET Score

CVE-2022-42919 is a local privilege escalation vulnerability affecting Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux, specifically when using the non-default forkserver start method with the multiprocessing library. It allows an attacker to deserialize arbitrary pickles from any user in the same local network namespace, leading to arbitrary code execution and privilege escalation to the user running the forkserver process. The vulnerability has a CVSS score of 7.8 (High) due to its low attack complexity and the potential for complete compromise of confidentiality, integrity, and availability. While no public exploit code or active exploitation has been reported, there is some community discussion and media coverage, indicating awareness of the issue.

Impacted Technologies

VendorProductVersion(s)CPE
>= 3.7.3, <= 3.7.15CPE matchmatch criteria
cpe:2.3:a:python:python:*:*:*:*:*:*:*:*
>= 3.8.3, <= 3.8.15CPE matchmatch criteria
cpe:2.3:a:python:python:*:*:*:*:*:*:*:*
>= 3.9.0, < 3.9.16CPE matchmatch criteria
cpe:2.3:a:python:python:*:*:*:*:*:*:*:*
>= 3.10.0, < 3.10.9CPE matchmatch criteria
cpe:2.3:a:python:python:*:*:*:*:*:*:*:*
35CPE matchmatch criteria
cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

7.8HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.8
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.63%
Probability of exploitation in next 30 days
EPSS Percentile
46.4%
Percentile rank of EPSS score among Peer Group
As of 2026-07-28
Model: v2026.06.15
This CVE's current EPSS score of 0.0063 is in the 85th percentile among its peer group of 17,070 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (15)

microsoftpatch availablevia msrc
Product: 18458-16820Fixed in: 3.7.16-1
microsoftpatch availablevia msrc
Product: 17386-16823Fixed in: 3.9.19-1
microsoftpatch availablevia msrc
Product: cbl2 python3 3.9.19-1 on CBL Mariner 2.0Fixed in: 3.9.19-1
microsoftpatch availablevia msrc
Product: CBL Mariner 2.0 x64Fixed in: 3.9.14-5
microsoftpatch availablevia msrc
Product: CBL Mariner 2.0 ARMFixed in: 3.9.14-5
microsoftpatch availablevia msrc
Product: CBL Mariner 1.0 x64Fixed in: 3.7.16-1
microsoftpatch availablevia msrc
Product: CBL Mariner 1.0 ARMFixed in: 3.7.16-1
microsoftpatch availablevia msrc
Product: cm1 python3 3.7.16-1 on CBL Mariner 1.0Fixed in: 3.7.16-1
nodejspatch availablevia llm_extracted
View patch
pjsippatch availablevia llm_extracted
View patch
redhatpatch availablevia redhat_api
Product: Red Hat Enterprise Linux 8.4 Extended Update SupportFixed in: python39:3.9-8040020221109180824.63cd9eba
View patch
redhatpatch availablevia redhat_api
Product: Red Hat Enterprise Linux 9Fixed in: python3.9-0:3.9.14-1.el9_1.1
View patch
redhatpatch availablevia redhat_api
Product: Red Hat Enterprise Linux 9.0 Extended Update SupportFixed in: python3.9-0:3.9.10-4.el9_0
View patch
redhatpatch availablevia redhat_api
Product: Red Hat Enterprise Linux 8.6 Extended Update SupportFixed in: python39:3.9-8060020221109194140.6a631399
View patch
redhatpatch availablevia redhat_api
Product: Red Hat Enterprise Linux 8Fixed in: python39:3.9-8070020221109174649.6eba81d3
View patch

Vendor Advisories (5)

nodejsllm-nodejs-302528ae26f0d946CRITICAL

HP ThinPro 8.1 SP4 Security Updates

Oct 29, 2024
pjsipllm-pjsip-7ba3ec379210ac70CRITICAL

HP ThinPro 8.1 SP4 Security Updates

Oct 29, 2024
microsoft2023-Feb/CVE-2022-42919

CVE-2022-42919

Feb 14, 2023
microsoft2022-Nov/CVE-2022-42919Important

Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library when used with the forkserver start method on Linux allows pickles to be deserialized from any user in the same machine local network namespace which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3 but users would need to make specific

Nov 8, 2022
redhatCVE-2022-42919Important

python: local privilege escalation via the multiprocessing forkserver start method

Oct 26, 2022

References

lists.debian.org / debian-lts-announce/2024/12/msg00000.html
github.com / python/cpython/compare/v3.10.8...v3.10.9
Release Notes
github.com / python/cpython/compare/v3.9.15...v3.9.16
Release Notes
github.com / python/cpython/issues/97514
Third Party Advisory
github.com / python/cpython/issues/97514
Third Party Advisory
lists.fedoraproject.org / archives/list/package-announce%40lists.fedoraproject.org/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU
lists.fedoraproject.org / archives/list/package-announce%40lists.fedoraproject.org/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH
lists.fedoraproject.org / archives/list/package-announce%40lists.fedoraproject.org/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ
lists.fedoraproject.org / archives/list/package-announce%40lists.fedoraproject.org/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB
lists.fedoraproject.org / archives/list/package-announce%40lists.fedoraproject.org/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI
lists.fedoraproject.org / archives/list/package-announce%40lists.fedoraproject.org/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY
lists.fedoraproject.org / archives/list/package-announce%40lists.fedoraproject.org/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN
lists.fedoraproject.org / archives/list/package-announce%40lists.fedoraproject.org/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P
security.gentoo.org / glsa/202305-02
security.netapp.com / advisory/ntap-20221209-0006
Third Party Advisory