CVE-2022-48703
Last modified
CVE-2022-48703 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR In some case, the GDDV returns a package with a buffer which has zero length. It causes that kmemdup() returns ZERO_SIZE_PTR (0x10). Then the data_vault_read() got NULL point dereference problem when accessing the 0x10 value in data_vault. [ 71.024560] BUG: kernel NULL pointer dereference, address: 0000000000000010 This patch uses ZERO_OR_NULL_PTR() for checking ZERO_SIZE_PTR or NULL value in data_vault.. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR In some case, the GDDV returns a package with a buffer which has zero length. It causes that kmemdup() returns ZERO_SIZE_PTR (0x10). Then the data_vault_read() got NULL point dereference problem when accessing the 0x10 value in data_vault. [ 71.024560] BUG: kernel NULL pointer dereference, address: 0000000000000010 This patch uses ZERO_OR_NULL_PTR() for checking ZERO_SIZE_PTR or NULL value in data_vault.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 5.19.9 | — |
| Linux | Linux Kernel | 6.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-48703?
How severe is CVE-2022-48703?
How do I fix CVE-2022-48703?
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-48698In the Linux kernel, the following vulnerability has been re…5.3
- CVE-2022-48699In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4870In affected versions of Octopus Deploy it is possible to dis…5.3
- CVE-2022-48700Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2022-48701In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2022-48702In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-48704In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48705In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48706In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48707In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48708In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-48709In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-48703?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
