{"api_version":"1","generated_at":"2026-07-23T14:25:22+00:00","cve":"CVE-2024-35902","urls":{"html":"https://cve.report/CVE-2024-35902","api":"https://cve.report/api/cve/CVE-2024-35902.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2024-35902","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2024-35902"},"summary":{"title":"net/rds: fix possible cp null dereference","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet/rds: fix possible cp null dereference\n\ncp might be null, calling cp->cp_conn would produce null dereference\n\n[Simon Horman adds:]\n\nAnalysis:\n\n* cp is a parameter of __rds_rdma_map and is not reassigned.\n\n* The following call-sites pass a NULL cp argument to __rds_rdma_map()\n\n  - rds_get_mr()\n  - rds_get_mr_for_dest\n\n* Prior to the code above, the following assumes that cp may be NULL\n  (which is indicative, but could itself be unnecessary)\n\n\ttrans_private = rs->rs_transport->get_mr(\n\t\tsg, nents, rs, &mr->r_key, cp ? cp->cp_conn : NULL,\n\t\targs->vec.addr, args->vec.bytes,\n\t\tneed_odp ? ODP_ZEROBASED : ODP_NOT_NEEDED);\n\n* The code modified by this patch is guarded by IS_ERR(trans_private),\n  where trans_private is assigned as per the previous point in this analysis.\n\n  The only implementation of get_mr that I could locate is rds_ib_get_mr()\n  which can return an ERR_PTR if the conn (4th) argument is NULL.\n\n* ret is set to PTR_ERR(trans_private).\n  rds_ib_get_mr can return ERR_PTR(-ENODEV) if the conn (4th) argument is NULL.\n  Thus ret may be -ENODEV in which case the code in question will execute.\n\nConclusion:\n* cp may be NULL at the point where this patch adds a check;\n  this patch does seem to address a possible bug","state":"PUBLISHED","assigner":"Linux","published_at":"2024-05-19 09:15:11","updated_at":"2026-05-12 12:16:40"},"problem_types":["CWE-476"],"metrics":[{"version":"3.1","source":"nvd@nist.gov","type":"Primary","score":"5.5","severity":"MEDIUM","vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H","baseScore":5.5,"baseSeverity":"MEDIUM","attackVector":"LOCAL","attackComplexity":"LOW","privilegesRequired":"LOW","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"}}],"references":[{"url":"https://git.kernel.org/stable/c/cbaac2e5488ed54833897264a5ffb2a341a9f196","name":"https://git.kernel.org/stable/c/cbaac2e5488ed54833897264a5ffb2a341a9f196","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Patch"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html","name":"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Mailing List"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/bcd46782e2ec3825d10c1552fcb674d491cc09f9","name":"https://git.kernel.org/stable/c/bcd46782e2ec3825d10c1552fcb674d491cc09f9","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Patch"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://cert-portal.siemens.com/productcert/html/ssa-265688.html","name":"https://cert-portal.siemens.com/productcert/html/ssa-265688.html","refsource":"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/6794090c742008c53b344b35b021d4a3093dc50a","name":"https://git.kernel.org/stable/c/6794090c742008c53b344b35b021d4a3093dc50a","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Patch"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/62fc3357e079a07a22465b9b6ef71bb6ea75ee4b","name":"https://git.kernel.org/stable/c/62fc3357e079a07a22465b9b6ef71bb6ea75ee4b","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Patch"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/d275de8ea7be3a453629fddae41d4156762e814c","name":"https://git.kernel.org/stable/c/d275de8ea7be3a453629fddae41d4156762e814c","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Patch"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/d49fac38479bfdaec52b3ea274d290c47a294029","name":"https://git.kernel.org/stable/c/d49fac38479bfdaec52b3ea274d290c47a294029","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Patch"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/cfb786b03b03c5ff38882bee38525eb9987e4d14","name":"https://git.kernel.org/stable/c/cfb786b03b03c5ff38882bee38525eb9987e4d14","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Patch"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/92309bed3c5fbe2ccd4c45056efd42edbd06162d","name":"https://git.kernel.org/stable/c/92309bed3c5fbe2ccd4c45056efd42edbd06162d","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Patch"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html","name":"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html","refsource":"af854a3a-2127-422b-91ae-364da2661108","tags":["Mailing List"],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2024-35902","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2024-35902","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 786854141057751bc08eb26f1b02e97c1631c8f4 d275de8ea7be3a453629fddae41d4156762e814c git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 997efea2bf3a4adb96c306b9ad6a91442237bf5b bcd46782e2ec3825d10c1552fcb674d491cc09f9 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 9dfc15a10dfd44f8ff7f27488651cb5be6af83c2 cfb786b03b03c5ff38882bee38525eb9987e4d14 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected b562ebe21ed9adcf42242797dd6cb75beef12bf0 d49fac38479bfdaec52b3ea274d290c47a294029 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 998fd719e6d6468b930ac0c44552ea9ff8b07b80 cbaac2e5488ed54833897264a5ffb2a341a9f196 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 2b505d05280739ce31d5708da840f42df827cb85 92309bed3c5fbe2ccd4c45056efd42edbd06162d git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c055fc00c07be1f0df7375ab0036cebd1106ed38 6794090c742008c53b344b35b021d4a3093dc50a git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c055fc00c07be1f0df7375ab0036cebd1106ed38 62fc3357e079a07a22465b9b6ef71bb6ea75ee4b git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 907761307469adecb02461a14120e9a1812a5fb1 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 6.8","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.8 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 4.19.312 4.19.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.4.274 5.4.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.10.215 5.10.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.15.154 5.15.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.1.85 6.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.6.26 6.6.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.8.5 6.8.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.9 * original_commit_for_fix","platforms":[]},{"source":"ADP","vendor":"Siemens","product":"SIMATIC S7-1500 TM MFP - GNU/Linux subsystem","version":"affected * custom","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2024","cve_id":"35902","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"o","cpe4":"linux","cpe5":"linux_kernel","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"adp":[{"metrics":[{"other":{"content":{"id":"CVE-2024-35902","options":[{"Exploitation":"none"},{"Automatable":"no"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","timestamp":"2024-05-20T14:09:14.303997Z","version":"2.0.3"},"type":"ssvc"}}],"providerMetadata":{"dateUpdated":"2024-06-04T17:34:18.553Z","orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP"},"title":"CISA ADP Vulnrichment"},{"providerMetadata":{"dateUpdated":"2024-08-02T03:21:48.670Z","orgId":"af854a3a-2127-422b-91ae-364da2661108","shortName":"CVE"},"references":[{"tags":["x_transferred"],"url":"https://git.kernel.org/stable/c/d275de8ea7be3a453629fddae41d4156762e814c"},{"tags":["x_transferred"],"url":"https://git.kernel.org/stable/c/bcd46782e2ec3825d10c1552fcb674d491cc09f9"},{"tags":["x_transferred"],"url":"https://git.kernel.org/stable/c/cfb786b03b03c5ff38882bee38525eb9987e4d14"},{"tags":["x_transferred"],"url":"https://git.kernel.org/stable/c/d49fac38479bfdaec52b3ea274d290c47a294029"},{"tags":["x_transferred"],"url":"https://git.kernel.org/stable/c/cbaac2e5488ed54833897264a5ffb2a341a9f196"},{"tags":["x_transferred"],"url":"https://git.kernel.org/stable/c/92309bed3c5fbe2ccd4c45056efd42edbd06162d"},{"tags":["x_transferred"],"url":"https://git.kernel.org/stable/c/6794090c742008c53b344b35b021d4a3093dc50a"},{"tags":["x_transferred"],"url":"https://git.kernel.org/stable/c/62fc3357e079a07a22465b9b6ef71bb6ea75ee4b"},{"tags":["x_transferred"],"url":"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html"},{"tags":["x_transferred"],"url":"https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html"}],"title":"CVE Program Container"},{"affected":[{"defaultStatus":"unknown","product":"SIMATIC S7-1500 TM MFP - GNU/Linux subsystem","vendor":"Siemens","versions":[{"lessThan":"*","status":"affected","version":"0","versionType":"custom"}]}],"providerMetadata":{"dateUpdated":"2026-05-12T11:52:37.774Z","orgId":"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e","shortName":"siemens-SADP"},"references":[{"url":"https://cert-portal.siemens.com/productcert/html/ssa-265688.html"}],"x_adpType":"supplier"}],"cna":{"affected":[{"defaultStatus":"unaffected","product":"Linux","programFiles":["net/rds/rdma.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"d275de8ea7be3a453629fddae41d4156762e814c","status":"affected","version":"786854141057751bc08eb26f1b02e97c1631c8f4","versionType":"git"},{"lessThan":"bcd46782e2ec3825d10c1552fcb674d491cc09f9","status":"affected","version":"997efea2bf3a4adb96c306b9ad6a91442237bf5b","versionType":"git"},{"lessThan":"cfb786b03b03c5ff38882bee38525eb9987e4d14","status":"affected","version":"9dfc15a10dfd44f8ff7f27488651cb5be6af83c2","versionType":"git"},{"lessThan":"d49fac38479bfdaec52b3ea274d290c47a294029","status":"affected","version":"b562ebe21ed9adcf42242797dd6cb75beef12bf0","versionType":"git"},{"lessThan":"cbaac2e5488ed54833897264a5ffb2a341a9f196","status":"affected","version":"998fd719e6d6468b930ac0c44552ea9ff8b07b80","versionType":"git"},{"lessThan":"92309bed3c5fbe2ccd4c45056efd42edbd06162d","status":"affected","version":"2b505d05280739ce31d5708da840f42df827cb85","versionType":"git"},{"lessThan":"6794090c742008c53b344b35b021d4a3093dc50a","status":"affected","version":"c055fc00c07be1f0df7375ab0036cebd1106ed38","versionType":"git"},{"lessThan":"62fc3357e079a07a22465b9b6ef71bb6ea75ee4b","status":"affected","version":"c055fc00c07be1f0df7375ab0036cebd1106ed38","versionType":"git"},{"status":"affected","version":"907761307469adecb02461a14120e9a1812a5fb1","versionType":"git"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["net/rds/rdma.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"6.8"},{"lessThan":"6.8","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"4.19.*","status":"unaffected","version":"4.19.312","versionType":"semver"},{"lessThanOrEqual":"5.4.*","status":"unaffected","version":"5.4.274","versionType":"semver"},{"lessThanOrEqual":"5.10.*","status":"unaffected","version":"5.10.215","versionType":"semver"},{"lessThanOrEqual":"5.15.*","status":"unaffected","version":"5.15.154","versionType":"semver"},{"lessThanOrEqual":"6.1.*","status":"unaffected","version":"6.1.85","versionType":"semver"},{"lessThanOrEqual":"6.6.*","status":"unaffected","version":"6.6.26","versionType":"semver"},{"lessThanOrEqual":"6.8.*","status":"unaffected","version":"6.8.5","versionType":"semver"},{"lessThanOrEqual":"*","status":"unaffected","version":"6.9","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"4.19.312","versionStartIncluding":"4.19.310","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.4.274","versionStartIncluding":"5.4.272","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.10.215","versionStartIncluding":"5.10.213","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.15.154","versionStartIncluding":"5.15.152","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.1.85","versionStartIncluding":"6.1.82","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.6.26","versionStartIncluding":"6.6.22","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.8.5","versionStartIncluding":"6.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.9","versionStartIncluding":"6.8","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.7.10","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet/rds: fix possible cp null dereference\n\ncp might be null, calling cp->cp_conn would produce null dereference\n\n[Simon Horman adds:]\n\nAnalysis:\n\n* cp is a parameter of __rds_rdma_map and is not reassigned.\n\n* The following call-sites pass a NULL cp argument to __rds_rdma_map()\n\n  - rds_get_mr()\n  - rds_get_mr_for_dest\n\n* Prior to the code above, the following assumes that cp may be NULL\n  (which is indicative, but could itself be unnecessary)\n\n\ttrans_private = rs->rs_transport->get_mr(\n\t\tsg, nents, rs, &mr->r_key, cp ? cp->cp_conn : NULL,\n\t\targs->vec.addr, args->vec.bytes,\n\t\tneed_odp ? ODP_ZEROBASED : ODP_NOT_NEEDED);\n\n* The code modified by this patch is guarded by IS_ERR(trans_private),\n  where trans_private is assigned as per the previous point in this analysis.\n\n  The only implementation of get_mr that I could locate is rds_ib_get_mr()\n  which can return an ERR_PTR if the conn (4th) argument is NULL.\n\n* ret is set to PTR_ERR(trans_private).\n  rds_ib_get_mr can return ERR_PTR(-ENODEV) if the conn (4th) argument is NULL.\n  Thus ret may be -ENODEV in which case the code in question will execute.\n\nConclusion:\n* cp may be NULL at the point where this patch adds a check;\n  this patch does seem to address a possible bug"}],"providerMetadata":{"dateUpdated":"2026-05-11T20:13:27.880Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/d275de8ea7be3a453629fddae41d4156762e814c"},{"url":"https://git.kernel.org/stable/c/bcd46782e2ec3825d10c1552fcb674d491cc09f9"},{"url":"https://git.kernel.org/stable/c/cfb786b03b03c5ff38882bee38525eb9987e4d14"},{"url":"https://git.kernel.org/stable/c/d49fac38479bfdaec52b3ea274d290c47a294029"},{"url":"https://git.kernel.org/stable/c/cbaac2e5488ed54833897264a5ffb2a341a9f196"},{"url":"https://git.kernel.org/stable/c/92309bed3c5fbe2ccd4c45056efd42edbd06162d"},{"url":"https://git.kernel.org/stable/c/6794090c742008c53b344b35b021d4a3093dc50a"},{"url":"https://git.kernel.org/stable/c/62fc3357e079a07a22465b9b6ef71bb6ea75ee4b"}],"title":"net/rds: fix possible cp null dereference","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2024-35902","datePublished":"2024-05-19T08:34:55.692Z","dateReserved":"2024-05-17T13:50:33.114Z","dateUpdated":"2026-05-12T11:52:37.774Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2024-05-19 09:15:11","lastModifiedDate":"2026-05-12 12:16:40","problem_types":["CWE-476"],"metrics":{"cvssMetricV31":[{"source":"nvd@nist.gov","type":"Primary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H","baseScore":5.5,"baseSeverity":"MEDIUM","attackVector":"LOCAL","attackComplexity":"LOW","privilegesRequired":"LOW","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"},"exploitabilityScore":1.8,"impactScore":3.6}]},"configurations":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"4.19.310","versionEndExcluding":"4.19.312","matchCriteriaId":"D02AF2B3-13B5-4802-9DC1-087A7193F503"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.4.272","versionEndExcluding":"5.7.274","matchCriteriaId":"187C950F-6E78-4831-93AF-B7A15212714E"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.10.213","versionEndExcluding":"5.10.215","matchCriteriaId":"62166690-37B3-4D16-B6A3-E027256C41CD"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.15.152","versionEndExcluding":"5.15.154","matchCriteriaId":"A1282257-6354-4F74-8133-39F1EA6BF816"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.1.82","versionEndExcluding":"6.1.85","matchCriteriaId":"5715EDF1-F50B-4AED-AE96-D3F02AC1F58C"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.6.22","versionEndExcluding":"6.6.26","matchCriteriaId":"C7F6F8E6-ADCB-4F7D-953C-660986B2B9CC"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.7.10","versionEndExcluding":"6.8.5","matchCriteriaId":"1C0AD733-A1E8-4B50-9321-F886337D5B40"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*","matchCriteriaId":"22BEDD49-2C6D-402D-9DBF-6646F6ECD10B"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:*","matchCriteriaId":"DF73CB2A-DFFD-46FB-9BFE-AA394F27EA37"}]}]},{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*","matchCriteriaId":"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73"}]}]}]},"legacy_mitre":{"record":{"CveYear":"2024","CveId":"35902","Ordinal":"1","Title":"net/rds: fix possible cp null dereference","CVE":"CVE-2024-35902","Year":"2024"},"notes":[{"CveYear":"2024","CveId":"35902","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet/rds: fix possible cp null dereference\n\ncp might be null, calling cp->cp_conn would produce null dereference\n\n[Simon Horman adds:]\n\nAnalysis:\n\n* cp is a parameter of __rds_rdma_map and is not reassigned.\n\n* The following call-sites pass a NULL cp argument to __rds_rdma_map()\n\n  - rds_get_mr()\n  - rds_get_mr_for_dest\n\n* Prior to the code above, the following assumes that cp may be NULL\n  (which is indicative, but could itself be unnecessary)\n\n\ttrans_private = rs->rs_transport->get_mr(\n\t\tsg, nents, rs, &mr->r_key, cp ? cp->cp_conn : NULL,\n\t\targs->vec.addr, args->vec.bytes,\n\t\tneed_odp ? ODP_ZEROBASED : ODP_NOT_NEEDED);\n\n* The code modified by this patch is guarded by IS_ERR(trans_private),\n  where trans_private is assigned as per the previous point in this analysis.\n\n  The only implementation of get_mr that I could locate is rds_ib_get_mr()\n  which can return an ERR_PTR if the conn (4th) argument is NULL.\n\n* ret is set to PTR_ERR(trans_private).\n  rds_ib_get_mr can return ERR_PTR(-ENODEV) if the conn (4th) argument is NULL.\n  Thus ret may be -ENODEV in which case the code in question will execute.\n\nConclusion:\n* cp may be NULL at the point where this patch adds a check;\n  this patch does seem to address a possible bug","Type":"Description","Title":"net/rds: fix possible cp null dereference"}]}}}