CVE-2023-4130
Last modified
CVE-2023-4130 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() There are multiple smb2_ea_info buffers in FILE_FULL_EA_INFORMATION request from client. ksmbd find next smb2_ea_info using ->NextEntryOffset of current smb2_ea_info. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() There are multiple smb2_ea_info buffers in FILE_FULL_EA_INFORMATION request from client. ksmbd find next smb2_ea_info using ->NextEntryOffset of current smb2_ea_info. ksmbd need to validate buffer length Before accessing the next ea. ksmbd should check buffer length using buf_len, not next variable. next is the start offset of current ea that got from previous ea.
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.127 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.46 | — |
| Linux | Linux Kernel | >= 6.2, < 6.4.11 | — |
| Linux | Linux Kernel | 6.5 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-4130?
How severe is CVE-2023-4130?
How do I fix CVE-2023-4130?
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 2023
- CVE-2023-41294The DP module has a service hijacking vulnerability.Successf…9.8
- CVE-2023-41295Vulnerability of improper permission management in the displ…5.3
- CVE-2023-41296Vulnerability of missing authorization in the kernel module.…9.1
- CVE-2023-41297Vulnerability of defects introduced in the design process in…9.8
- CVE-2023-41298Vulnerability of permission control in the window module. Su…7.5
- CVE-2023-41299DoS vulnerability in the PMS module. Successful exploitation…7.5
- CVE-2023-41300Vulnerability of parameters not being strictly verified in t…7.5
- CVE-2023-41301Vulnerability of unauthorized API access in the PMS module. …7.5
- CVE-2023-41302Redirection permission verification vulnerability in the hom…7.5
- CVE-2023-41303Command injection vulnerability in the distributed file syst…7.5
- CVE-2023-41304Parameter verification vulnerability in the window module.Su…5.3
- CVE-2023-41305Vulnerability of 5G messages being sent without being encryp…7.5
Are you affected by CVE-2023-4130?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
