Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: L2CAP: Access uninitialized memory #18

Closed
hucarxiao opened this issue Dec 13, 2023 · 2 comments
Closed

Bluetooth: L2CAP: Access uninitialized memory #18

hucarxiao opened this issue Dec 13, 2023 · 2 comments

Comments

@hucarxiao
Copy link

Version
latest

What is the security issue or vulnerability?
net/bluetooth/l2cap_core.c:
There 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.
3527 line : if (test_bit(FLAG_EFS_ENABLE, &chan->flags))

Security issue or vulnerability information
description:https://nvd.nist.gov/vuln/detail/CVE-2022-42895

commit:torvalds/linux@b1a2cd5

Could you apply for another new CVE?

@msnx
Copy link
Owner

msnx commented Dec 19, 2023

Thank you for your reminder about CVE-2022-42895. This vulnerability has been fixed in the current version https://github.com/msnx/KernelSU-Pixel4XL/releases/tag/v0.7.1.

@msnx
Copy link
Owner

msnx commented Dec 19, 2023

2e4b014

@msnx msnx closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants