CVE-2023-54110
DOCUMENTATION: The CVE program describes this issue as: In the Linux kernel, the following vulnerability has been resolved:
usb: rndishost: Secure rndisquery check against int overflow
Variables off and len typed as uint32 in rndis_query function
are controlled by incoming RNDIS response message thus their
value may be manipulated. Setting off to a unexpectetly large
value will cause the sum with len and 8 to overflow and pass
the implemented validation step. Consequently the response
pointer will be referring to a location past the expected
buffer boundaries allowing information leakage e.g. via
RNDISOID8023PERMANENT_ADDRESS OID.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://access.redhat.com/security/cve/CVE-2023-54110
