CVE-2026-43049 (GCVE-0-2026-43049)
Vulnerability from cvelistv5 – Published: 2026-05-01 14:15 – Updated: 2026-05-02 06:14
VLAI?
Title
HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure
Summary
In the Linux kernel, the following vulnerability has been resolved:
HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure
Presently, if the force feedback initialisation fails when probing the
Logitech G920 Driving Force Racing Wheel for Xbox One, an error number
will be returned and propagated before the userspace infrastructure
(sysfs and /dev/input) has been torn down. If userspace ignores the
errors and continues to use its references to these dangling entities, a
UAF will promptly follow.
We have 2 options; continue to return the error, but ensure that all of
the infrastructure is torn down accordingly or continue to treat this
condition as a warning by emitting the message but returning success.
It is thought that the original author's intention was to emit the
warning but keep the device functional, less the force feedback feature,
so let's go with that.
Severity ?
No CVSS data available.
Assigner
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Affected:
abdd3d0b344fdf72a4904d09b97bc964d74c4419 , < 772f99cc8d6e5d95613bce93c9624e154c1abe88
(git)
Affected: abdd3d0b344fdf72a4904d09b97bc964d74c4419 , < b846fb0a73e99174f08238e083e284c0463a2102 (git) Affected: abdd3d0b344fdf72a4904d09b97bc964d74c4419 , < 9a793ac19eb84f44ed759c0fce80cf29bc2a2453 (git) Affected: abdd3d0b344fdf72a4904d09b97bc964d74c4419 , < f7a4c78bfeb320299c1b641500fe7761eadbd101 (git) Affected: 5f7fd3576cf30d502a8b2aec4e7a49c4f894e253 (git) |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/hid/hid-logitech-hidpp.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "772f99cc8d6e5d95613bce93c9624e154c1abe88",
"status": "affected",
"version": "abdd3d0b344fdf72a4904d09b97bc964d74c4419",
"versionType": "git"
},
{
"lessThan": "b846fb0a73e99174f08238e083e284c0463a2102",
"status": "affected",
"version": "abdd3d0b344fdf72a4904d09b97bc964d74c4419",
"versionType": "git"
},
{
"lessThan": "9a793ac19eb84f44ed759c0fce80cf29bc2a2453",
"status": "affected",
"version": "abdd3d0b344fdf72a4904d09b97bc964d74c4419",
"versionType": "git"
},
{
"lessThan": "f7a4c78bfeb320299c1b641500fe7761eadbd101",
"status": "affected",
"version": "abdd3d0b344fdf72a4904d09b97bc964d74c4419",
"versionType": "git"
},
{
"status": "affected",
"version": "5f7fd3576cf30d502a8b2aec4e7a49c4f894e253",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/hid/hid-logitech-hidpp.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.4"
},
{
"lessThan": "5.4",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.81",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.22",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.12",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.0",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.81",
"versionStartIncluding": "5.4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.22",
"versionStartIncluding": "5.4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.12",
"versionStartIncluding": "5.4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0",
"versionStartIncluding": "5.4",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionStartIncluding": "5.3.9",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure\n\nPresently, if the force feedback initialisation fails when probing the\nLogitech G920 Driving Force Racing Wheel for Xbox One, an error number\nwill be returned and propagated before the userspace infrastructure\n(sysfs and /dev/input) has been torn down. If userspace ignores the\nerrors and continues to use its references to these dangling entities, a\nUAF will promptly follow.\n\nWe have 2 options; continue to return the error, but ensure that all of\nthe infrastructure is torn down accordingly or continue to treat this\ncondition as a warning by emitting the message but returning success.\nIt is thought that the original author\u0027s intention was to emit the\nwarning but keep the device functional, less the force feedback feature,\nso let\u0027s go with that."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-02T06:14:35.229Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/772f99cc8d6e5d95613bce93c9624e154c1abe88"
},
{
"url": "https://git.kernel.org/stable/c/b846fb0a73e99174f08238e083e284c0463a2102"
},
{
"url": "https://git.kernel.org/stable/c/9a793ac19eb84f44ed759c0fce80cf29bc2a2453"
},
{
"url": "https://git.kernel.org/stable/c/f7a4c78bfeb320299c1b641500fe7761eadbd101"
}
],
"title": "HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-43049",
"datePublished": "2026-05-01T14:15:43.870Z",
"dateReserved": "2026-05-01T14:12:55.979Z",
"dateUpdated": "2026-05-02T06:14:35.229Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-43049",
"date": "2026-05-04",
"epss": "0.00018",
"percentile": "0.04648"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-43049\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-01T15:16:51.297\",\"lastModified\":\"2026-05-01T15:24:14.893\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nHID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure\\n\\nPresently, if the force feedback initialisation fails when probing the\\nLogitech G920 Driving Force Racing Wheel for Xbox One, an error number\\nwill be returned and propagated before the userspace infrastructure\\n(sysfs and /dev/input) has been torn down. If userspace ignores the\\nerrors and continues to use its references to these dangling entities, a\\nUAF will promptly follow.\\n\\nWe have 2 options; continue to return the error, but ensure that all of\\nthe infrastructure is torn down accordingly or continue to treat this\\ncondition as a warning by emitting the message but returning success.\\nIt is thought that the original author\u0027s intention was to emit the\\nwarning but keep the device functional, less the force feedback feature,\\nso let\u0027s go with that.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/772f99cc8d6e5d95613bce93c9624e154c1abe88\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9a793ac19eb84f44ed759c0fce80cf29bc2a2453\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b846fb0a73e99174f08238e083e284c0463a2102\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f7a4c78bfeb320299c1b641500fe7761eadbd101\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…