CVE-2022-48757: net: fix information leakage in /proc/net/ptype
In the Linux kernel, the following vulnerability has been resolved:
net: fix information leakage in /proc/net/ptype
In one net namespace, after creating a packet socket without binding
it to a device, users in other net namespaces can observe the new
`packet_type` added by this packet socket by reading `/proc/net/ptype`
file. This is minor information leakage as packet socket is
namespace aware.
Add a net pointer in `packet_type` to keep the net namespace of
of corresponding packet socket. In `ptype_seq_show`, this net pointer
must be checked when it is not NULL.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue leaks minor networking metadata between network namespaces. A local user in one namespace may observe packet socket registration details created in another namespace through /proc/net/ptype. The source describes it as minor information leakage, not code execution or privilege escalation.
Executive priority
Treat this as a low-severity isolation hygiene issue. It matters most for shared Linux platforms and container hosts, but the available evidence does not support emergency action. Fold remediation into normal kernel patch cycles unless tenant isolation risk is unusually high.
Technical view
The kernel packet socket path added packet_type entries without retaining the owning network namespace. ptype_seq_show could expose those entries to readers in other namespaces via /proc/net/ptype. The fix adds a net namespace pointer to packet_type and checks it during display.
Likely exposure
Exposure is most relevant on Linux systems using network namespaces, containers, or multi-tenant local workloads where untrusted users can read /proc/net/ptype. The bundle lists affected Linux versions and stable-branch fixes, but exact distribution package impact depends on vendor backports.
Exploitation context
The provided sources do not show active exploitation, KEV listing, public exploit use, or a CVSS score. Abuse appears to require local read access to /proc/net/ptype and a namespace boundary where packet socket metadata should remain isolated.
Researcher notes
Focus review on net namespace isolation around packet_type visibility in /proc/net/ptype. The key fix behavior is namespace association and filtering in display logic. Evidence is limited to the CVE record and Linux stable commit references; no exploitability analysis is provided.
Mitigation direction
Update to a Linux kernel containing the referenced stable fixes.
Check your distribution advisory for the exact fixed kernel package.
Reduce untrusted local access to container hosts where feasible.
Review container namespace and procfs exposure policies.
Prioritize routine patching unless local multi-tenant isolation is critical.
Validation and detection
Inventory Linux kernel versions across hosts and container platforms.
Map running kernels to vendor-fixed packages or referenced stable commits.
Confirm whether untrusted users can read /proc/net/ptype.
Assess use of network namespaces or packet sockets on exposed systems.
Document compensating controls if patching is delayed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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 · low confidence lookup
CVE-2022-48757 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.