CVE-2022-42895
MediumThere is an infoleak vulnerability in the Linux kernel's net/bluetooth/l2cap_core.c's l2cap_parse_conf_req function which can be used to leak kernel pointers remotely. We recommend upgrading past commit https://github.com/torvalds/linux/commit/b1a2cd50c0357f243b7435a732b4e62ba3157a2e https://www.google.com/url
CVSS 3.1 score
6.5
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness type
CWE-824CVE-2022-42895 is a Access of Uninitialized Pointer vulnerability
What is Access of Uninitialized Pointer?
The product accesses or uses a pointer that has not been initialised, leading to undefined behaviour. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2022-42895 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://github.com/torvalds/linux/commit/b1a2cd50c0357f243b7435a732b4e62ba3157a2e
-
PatchKernel patch commithttps://kernel.dance/#b1a2cd50c0357f243b7435a732b4e62ba3157a2e
Frequently asked questions
-
What is CVE-2022-42895?
CVE-2022-42895 is a Medium severity Linux kernel vulnerability with a CVSS score of 6.5 out of 10 , classified as an Access of Uninitialized Pointer flaw (CWE-824) . CVE-2022-42895 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2022-42895?
CVE-2022-42895 has a CVSS score of 6.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N. -
Is there a patch available for CVE-2022-42895?
No patch is currently available for CVE-2022-42895. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2022-42895 actively exploited?
No — CVE-2022-42895 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Access of Uninitialized Pointer (CWE-824)?
The product accesses or uses a pointer that has not been initialised, leading to undefined behaviour. View CWE-824 on MITRE CWE →