Security readout for executives and security teams
Plain-English summary
CVE-2022-50655 is a Linux kernel PPP networking bug found by Syzkaller. The issue can trigger a kernel warning because transmitted PPP packets lacked an associated device context. Public sources do not provide a CVSS score, confirmed security impact, or evidence of active exploitation.
Executive priority
Handle through normal kernel patch management unless PPP is widely used on exposed or high-availability systems. The urgency is constrained by missing CVSS, missing impact detail, and no cited active exploitation.
Technical view
In ppp_send_frame, skb objects could reach the flow dissector without a device or socket set, leaving the dissector unable to determine the network namespace. The kernel fix associates the skb with ppp->dev during transmit. The published trace shows a local PPP interaction causing a flow_dissector warning.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions with PPP functionality present or used. The source bundle lists Linux kernel versions around 4.20 through 6.2 and references multiple stable fixes, but vendor-specific package impact must be verified.
Exploitation context
No CISA KEV listing or cited source indicates active exploitation. The provided evidence is a Syzkaller-generated local kernel warning involving PPP ioctls and write activity, not a public exploit or demonstrated business-impacting attack.
Researcher notes
The core fix is behavioral: set skb->dev to ppp->dev before flow dissection paths need namespace context. Public data does not state confidentiality, integrity, or availability impact. Treat exploitability and privilege requirements as unconfirmed from the supplied sources.
Mitigation direction
- Apply Linux kernel updates from your distribution or kernel vendor.
- Confirm the update includes one of the referenced stable kernel fixes.
- If PPP is unnecessary, ask your vendor whether disabling PPP is appropriate.
- Track vendor advisories for CVSS, affected packages, and backport status.
Validation and detection
- Inventory Linux kernel versions across servers, appliances, and endpoints.
- Identify systems using PPP or loading PPP-related kernel components.
- Compare installed kernels against vendor advisories and referenced stable commits.
- Review kernel logs for PPP or flow_dissector warnings.
- Validate remediation by confirming the patched kernel is running after reboot.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2022-50655 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/7da524781c531ebaf2f94c9dc4c541b82edecfedCVE reference
- https://git.kernel.org/stable/c/148dcbd3af039ae39c3af697a3183008c7995805CVE reference
- https://git.kernel.org/stable/c/4b8f3b939266c90f03b7cc7e26a4c28c7b64137bCVE reference
- https://git.kernel.org/stable/c/18dc946360bfe0de016a59e3cc3ee1f450fceb9dCVE reference
- https://git.kernel.org/stable/c/ee678b1f52f9439e930db2db3fd7e345d03e1a50CVE reference
- https://git.kernel.org/stable/c/9f225444467b98579cf28d94f4ad053460dfdb84CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
