Bug 2265267 (CVE-2023-52436)
Summary: | CVE-2023-52436 kernel: f2fs: explicitly null-terminate the xattr list | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Avinash Hanwate <ahanwate> |
Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | acaringi, allarkin, aquini, bhu, chwhite, cye, cyin, dbohanno, debarbos, dfreiber, drow, dvlasenk, ezulian, hkrzesin, jarod, jburrell, jdenham, jfaracco, jforbes, jlelli, joe.lawrence, jshortt, jstancek, jwyatt, kcarcia, ldoskova, lgoncalv, lzampier, mleitner, mmilgram, mstowell, nmurray, ptalbert, rparrazo, rrobaina, rvrbovsk, rysulliv, scweaver, sidakwo, sukulkar, tglozar, tyberry, vkumar, wcosta, williams, wmealing, ycote, ykopkova, zhijwang |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: |
A flaw was found in the Linux kernel’s f2fs subsystem. When setting an xattr, explicitly null-terminate the xattr list. This eliminates the assumption that the unused xattr space is always zeroed.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2024-02-25 10:38:06 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2265268 | ||
Bug Blocks: | 2265182 |
Description
Avinash Hanwate
2024-02-21 08:21:00 UTC
Created kernel tracking bugs for this issue: Affects: fedora-all [bug 2265268] We don't build or ship F2FS in RHEL8 or RHEL8. This was fixed for Fedora with the 6.6.13 stable kernel updates. In reply to comment #3: > We don't build or ship F2FS in RHEL8 or RHEL8. Right, the # CONFIG_F2FS_FS is not set The result of automatic check (that is developed by Alexander Larkin) for this CVE-2023-52436 is: SKIP No affected files built, so skip this CVE NO - - unknown (where first YES/NO value means if related sources built). |