cve/2024/CVE-2024-49965.md
2025-09-29 21:09:30 +02:00

24 lines
1.6 KiB
Markdown

### [CVE-2024-49965](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-49965)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=01f93d5e36753fc4d06ec67f05ce78c9c6f2dd56%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=4.20%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=65cbd1279f4b999d56a838344a30642db24cd215%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=6c150df9c2e80b5cf86f5a0d98beb7390ad63bfc%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=97e1db17bc1ef4c2e1789bc9323c7be44fba53f8%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=cf76c78595ca87548ca5e45c862ac9e0949c4687%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue)
### Description
In the Linux kernel, the following vulnerability has been resolved:ocfs2: remove unreasonable unlock in ocfs2_read_blocksPatch series "Misc fixes for ocfs2_read_blocks", v5.This series contains 2 fixes for ocfs2_read_blocks(). The first patch fixthe issue reported by syzbot, which detects bad unlock balance inocfs2_read_blocks(). The second patch fixes an issue reported by HemingZhao when reviewing above fix.This patch (of 2):There was a lock release before exiting, so remove the unreasonable unlock.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/w4zu/Debian_security