CVE-2023-53543
Description
In the Linux kernel, the following vulnerability has been resolved: vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check The vdpa_nl_policy structure is used to validate the nlattr when parsing the incoming nlmsg. It will ensure the attribute being described produces a valid nlattr pointer in info->attrs before entering into each handler in vdpa_nl_ops. That is to say, the missing part in vdpa_nl_policy may lead to illegal nlattr after parsing, which could lead to OOB read just like CVE-2023-3773. This patch adds the missing nla_policy for vdpa max vqp attr to avoid such bugs.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
Linux kernel Affected 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 6.5 | Affected | โ |
| โ | Affected | 6.1.47 |
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 6.4.13-1 |
| sid | Fixed | 6.4.13-1 |
| forky | Fixed | 6.4.13-1 |
| bullseye | Fixed | 0 |
| bookworm | Fixed | 6.1.52-1 |
References
- https://www.suse.com/security/cve/CVE-2023-53543.html
- https://security-tracker.debian.org/tracker/CVE-2023-53543
- https://git.kernel.org/stable/c/5d6ba607d6cb5c58a4ddf33381e18c83dbb4098f
- https://git.kernel.org/stable/c/baed19c108ac8287425b93a44985bbe9a0b1af8d
- https://git.kernel.org/stable/c/ea65e8b5e6b1a34deda7564f09c90e9e80db436a
- https://git.kernel.org/stable/c/ff71709445ac033e6e250d971683110e4781c068
CWEs
CWE-787
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.