{"dataType":"CVE_RECORD","dataVersion":"5.1","cveMetadata":{"cveId":"CVE-2023-52703","assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","state":"PUBLISHED","assignerShortName":"Linux","dateReserved":"2024-03-07T14:49:46.891Z","datePublished":"2024-05-21T15:22:52.687Z","dateUpdated":"2025-05-04T07:41:57.543Z"},"containers":{"cna":{"providerMetadata":{"orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux","dateUpdated":"2025-05-04T07:41:57.543Z"},"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet/usb: kalmia: Don't pass act_len in usb_bulk_msg error path\n\nsyzbot reported that act_len in kalmia_send_init_packet() is\nuninitialized when passing it to the first usb_bulk_msg error path. Jiri\nPirko noted that it's pointless to pass it in the error path, and that\nthe value that would be printed in the second error path would be the\nvalue of act_len from the first call to usb_bulk_msg.[1]\n\nWith this in mind, let's just not pass act_len to the usb_bulk_msg error\npaths.\n\n1: https://lore.kernel.org/lkml/Y9pY61y1nwTuzMOa@nanopsycho/"}],"affected":[{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["drivers/net/usb/kalmia.c"],"versions":[{"version":"d40261236e8e278cb1936cb5e934262971692b10","lessThan":"1b5de7d44890b78519acbcc80d8d1f23ff2872e5","status":"affected","versionType":"git"},{"version":"d40261236e8e278cb1936cb5e934262971692b10","lessThan":"723ef7b66f37c0841f5a451ccbce47ee1641e081","status":"affected","versionType":"git"},{"version":"d40261236e8e278cb1936cb5e934262971692b10","lessThan":"a753352622b4f3c0219e0e9c73114b2848ae6042","status":"affected","versionType":"git"},{"version":"d40261236e8e278cb1936cb5e934262971692b10","lessThan":"525bdcb0838d19d918c7786151ee14661967a030","status":"affected","versionType":"git"},{"version":"d40261236e8e278cb1936cb5e934262971692b10","lessThan":"338f826d3afead6e4df521f7972a4bef04a72efb","status":"affected","versionType":"git"},{"version":"d40261236e8e278cb1936cb5e934262971692b10","lessThan":"02df3170c04a8356cd571ab9155a42f030190abc","status":"affected","versionType":"git"},{"version":"d40261236e8e278cb1936cb5e934262971692b10","lessThan":"c68f345b7c425b38656e1791a0486769a8797016","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/net/usb/kalmia.c"],"versions":[{"version":"3.0","status":"affected"},{"version":"0","lessThan":"3.0","status":"unaffected","versionType":"semver"},{"version":"4.14.306","lessThanOrEqual":"4.14.*","status":"unaffected","versionType":"semver"},{"version":"4.19.273","lessThanOrEqual":"4.19.*","status":"unaffected","versionType":"semver"},{"version":"5.4.232","lessThanOrEqual":"5.4.*","status":"unaffected","versionType":"semver"},{"version":"5.10.169","lessThanOrEqual":"5.10.*","status":"unaffected","versionType":"semver"},{"version":"5.15.95","lessThanOrEqual":"5.15.*","status":"unaffected","versionType":"semver"},{"version":"6.1.13","lessThanOrEqual":"6.1.*","status":"unaffected","versionType":"semver"},{"version":"6.2","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":"3.0","versionEndExcluding":"4.14.306"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"3.0","versionEndExcluding":"4.19.273"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"3.0","versionEndExcluding":"5.4.232"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"3.0","versionEndExcluding":"5.10.169"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"3.0","versionEndExcluding":"5.15.95"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"3.0","versionEndExcluding":"6.1.13"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"3.0","versionEndExcluding":"6.2"}]}]}],"references":[{"url":"https://git.kernel.org/stable/c/1b5de7d44890b78519acbcc80d8d1f23ff2872e5"},{"url":"https://git.kernel.org/stable/c/723ef7b66f37c0841f5a451ccbce47ee1641e081"},{"url":"https://git.kernel.org/stable/c/a753352622b4f3c0219e0e9c73114b2848ae6042"},{"url":"https://git.kernel.org/stable/c/525bdcb0838d19d918c7786151ee14661967a030"},{"url":"https://git.kernel.org/stable/c/338f826d3afead6e4df521f7972a4bef04a72efb"},{"url":"https://git.kernel.org/stable/c/02df3170c04a8356cd571ab9155a42f030190abc"},{"url":"https://git.kernel.org/stable/c/c68f345b7c425b38656e1791a0486769a8797016"}],"title":"net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path","x_generator":{"engine":"bippy-1.2.0"}},"adp":[{"problemTypes":[{"descriptions":[{"type":"CWE","lang":"en","description":"CWE-noinfo Not enough information"}]}],"metrics":[{"cvssV3_1":{"scope":"UNCHANGED","version":"3.1","baseScore":3.3,"attackVector":"LOCAL","baseSeverity":"LOW","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L","integrityImpact":"NONE","userInteraction":"NONE","attackComplexity":"LOW","availabilityImpact":"LOW","privilegesRequired":"LOW","confidentialityImpact":"NONE"}},{"other":{"type":"ssvc","content":{"timestamp":"2024-05-29T17:57:22.463182Z","id":"CVE-2023-52703","options":[{"Exploitation":"none"},{"Automatable":"no"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}}}],"title":"CISA ADP Vulnrichment","providerMetadata":{"orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP","dateUpdated":"2024-11-07T16:41:20.808Z"}},{"providerMetadata":{"orgId":"af854a3a-2127-422b-91ae-364da2661108","shortName":"CVE","dateUpdated":"2024-08-02T23:11:35.557Z"},"title":"CVE Program Container","references":[{"url":"https://git.kernel.org/stable/c/1b5de7d44890b78519acbcc80d8d1f23ff2872e5","tags":["x_transferred"]},{"url":"https://git.kernel.org/stable/c/723ef7b66f37c0841f5a451ccbce47ee1641e081","tags":["x_transferred"]},{"url":"https://git.kernel.org/stable/c/a753352622b4f3c0219e0e9c73114b2848ae6042","tags":["x_transferred"]},{"url":"https://git.kernel.org/stable/c/525bdcb0838d19d918c7786151ee14661967a030","tags":["x_transferred"]},{"url":"https://git.kernel.org/stable/c/338f826d3afead6e4df521f7972a4bef04a72efb","tags":["x_transferred"]},{"url":"https://git.kernel.org/stable/c/02df3170c04a8356cd571ab9155a42f030190abc","tags":["x_transferred"]},{"url":"https://git.kernel.org/stable/c/c68f345b7c425b38656e1791a0486769a8797016","tags":["x_transferred"]}]}]}}