CVE-2022-49769
Last modified
CVE-2022-49769 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: gfs2: Check sb_bsize_shift after reading superblock Fuzzers like to scribble over sb_bsize_shift but in reality it's very unlikely that this field would be corrupted on its own. Nevertheless it should be checked to avoid the possibility of messy mount errors due to bad calculations. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gfs2: Check sb_bsize_shift after reading superblock Fuzzers like to scribble over sb_bsize_shift but in reality it's very unlikely that this field would be corrupted on its own. Nevertheless it should be checked to avoid the possibility of messy mount errors due to bad calculations. It's always a fixed value based on the block size so we can just check that it's the expected value. Tested with: mkfs.gfs2 -O -p lock_nolock /dev/vdb for i in 0 -1 64 65 32 33; do gfs2_edit -p sb field sb_bsize_shift $i /dev/vdb mount /dev/vdb /mnt/test && umount /mnt/test done Before this patch we get a withdraw after [ 76.413681] gfs2: fsid=loop0.0: fatal: invalid metadata block [ 76.413681] bh = 19 (type: exp=5, found=4) [ 76.413681] function = gfs2_meta_buffer, file = fs/gfs2/meta_io.c, line = 492 and with UBSAN configured we also get complaints like [ 76.373395] UBSAN: shift-out-of-bounds in fs/gfs2/ops_fstype.c:295:19 [ 76.373815] shift exponent 4294967287 is too large for 64-bit type 'long unsigned int' After the patch, these complaints don't appear, mount fails immediately and we get an explanation in dmesg.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.9.334 |
| Linux | Linux Kernel | >= 4.10, < 4.14.300 |
| Linux | Linux Kernel | >= 4.15, < 4.19.267 |
| Linux | Linux Kernel | >= 4.20, < 5.4.225 |
| Linux | Linux Kernel | >= 5.5, < 5.10.156 |
| Linux | Linux Kernel | >= 5.11, < 5.15.80 |
| Linux | Linux Kernel | >= 5.16, < 6.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-49769?
How severe is CVE-2022-49769?
How do I fix CVE-2022-49769?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-49763In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49764In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49765In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49766In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49767In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49768In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4977Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2022-49770In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49771In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2022-49772In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49773In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49774In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49769?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
