| { |
| "containers": { |
| "cna": { |
| "providerMetadata": { |
| "orgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038" |
| }, |
| "descriptions": [ |
| { |
| "lang": "en", |
| "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr\n\nWhen del_timer_sync() is called in an interrupt context it throws a warning\nbecause of potential deadlock. The timer is used only to exit from\nwait_for_completion() after a timeout so replacing the call with\nwait_for_completion_timeout() allows to remove the problematic timer and\nits related functions altogether." |
| } |
| ], |
| "affected": [ |
| { |
| "product": "Linux", |
| "vendor": "Linux", |
| "defaultStatus": "unaffected", |
| "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", |
| "programFiles": [ |
| "drivers/i2c/busses/i2c-pnx.c" |
| ], |
| "versions": [ |
| { |
| "version": "41561f28e76a47dc6de0a954da85d0b5c42874eb", |
| "lessThan": "a349e5ab4dc9954746e836cd10b407ce48f9b2f6", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "41561f28e76a47dc6de0a954da85d0b5c42874eb", |
| "lessThan": "effe0500afda017a86c94482b1e36bc37586c9af", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "41561f28e76a47dc6de0a954da85d0b5c42874eb", |
| "lessThan": "2849a1b747cf37aa5b684527104d3a53f1e296d2", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "41561f28e76a47dc6de0a954da85d0b5c42874eb", |
| "lessThan": "3503372d0bf7b324ec0bd6b90606703991426176", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "41561f28e76a47dc6de0a954da85d0b5c42874eb", |
| "lessThan": "3d32327f5cfc087ee3922a3bcdcc29880dcdb50f", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "41561f28e76a47dc6de0a954da85d0b5c42874eb", |
| "lessThan": "92e494a7568b60ae80d57fc0deafcaf3a4029ab3", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "41561f28e76a47dc6de0a954da85d0b5c42874eb", |
| "lessThan": "27cd3873fa76ebeb9f948baae40cb9a6d8692289", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "41561f28e76a47dc6de0a954da85d0b5c42874eb", |
| "lessThan": "f63b94be6942ba82c55343e196bd09b53227618e", |
| "status": "affected", |
| "versionType": "git" |
| } |
| ] |
| }, |
| { |
| "product": "Linux", |
| "vendor": "Linux", |
| "defaultStatus": "affected", |
| "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", |
| "programFiles": [ |
| "drivers/i2c/busses/i2c-pnx.c" |
| ], |
| "versions": [ |
| { |
| "version": "2.6.20", |
| "status": "affected" |
| }, |
| { |
| "version": "0", |
| "lessThan": "2.6.20", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "4.19.318", |
| "lessThanOrEqual": "4.19.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "5.4.280", |
| "lessThanOrEqual": "5.4.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "5.10.222", |
| "lessThanOrEqual": "5.10.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "5.15.163", |
| "lessThanOrEqual": "5.15.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.1.98", |
| "lessThanOrEqual": "6.1.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.6.39", |
| "lessThanOrEqual": "6.6.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.9.9", |
| "lessThanOrEqual": "6.9.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.10", |
| "lessThanOrEqual": "*", |
| "status": "unaffected", |
| "versionType": "original_commit_for_fix" |
| } |
| ] |
| } |
| ], |
| "cpeApplicability": [ |
| { |
| "nodes": [ |
| { |
| "operator": "OR", |
| "negate": false, |
| "cpeMatch": [ |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "2.6.20", |
| "versionEndExcluding": "4.19.318" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "2.6.20", |
| "versionEndExcluding": "5.4.280" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "2.6.20", |
| "versionEndExcluding": "5.10.222" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "2.6.20", |
| "versionEndExcluding": "5.15.163" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "2.6.20", |
| "versionEndExcluding": "6.1.98" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "2.6.20", |
| "versionEndExcluding": "6.6.39" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "2.6.20", |
| "versionEndExcluding": "6.9.9" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "2.6.20", |
| "versionEndExcluding": "6.10" |
| } |
| ] |
| } |
| ] |
| } |
| ], |
| "references": [ |
| { |
| "url": "https://git.kernel.org/stable/c/a349e5ab4dc9954746e836cd10b407ce48f9b2f6" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/effe0500afda017a86c94482b1e36bc37586c9af" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/2849a1b747cf37aa5b684527104d3a53f1e296d2" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/3503372d0bf7b324ec0bd6b90606703991426176" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/3d32327f5cfc087ee3922a3bcdcc29880dcdb50f" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/92e494a7568b60ae80d57fc0deafcaf3a4029ab3" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/27cd3873fa76ebeb9f948baae40cb9a6d8692289" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/f63b94be6942ba82c55343e196bd09b53227618e" |
| } |
| ], |
| "title": "i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr", |
| "x_generator": { |
| "engine": "bippy-1.2.0" |
| } |
| } |
| }, |
| "cveMetadata": { |
| "assignerOrgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038", |
| "cveID": "CVE-2024-42153", |
| "requesterUserId": "gregkh@kernel.org", |
| "serial": "1", |
| "state": "PUBLISHED" |
| }, |
| "dataType": "CVE_RECORD", |
| "dataVersion": "5.0" |
| } |