"-Synchronized-Data."

This commit is contained in:
CVE Team 2024-06-08 12:00:33 +00:00
parent 4856924270
commit a24c994f1f
No known key found for this signature in database
GPG Key ID: BC5FD8F2443B23B7
3 changed files with 7 additions and 254 deletions

View File

@ -5,165 +5,14 @@
"CVE_data_meta": {
"ID": "CVE-2023-52756",
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
"STATE": "REJECT"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\npwm: Fix double shift bug\n\nThese enums are passed to set/test_bit(). The set/test_bit() functions\ntake a bit number instead of a shifted value. Passing a shifted value\nis a double shift bug like doing BIT(BIT(1)). The double shift bug\ndoesn't cause a problem here because we are only checking 0 and 1 but\nif the value was 5 or above then it can lead to a buffer overflow."
"value": "** REJECT ** This CVE ID has been rejected or withdrawn by its CVE Numbering Authority."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "1da177e4c3f4",
"version_value": "bce1f7c7e981"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "4.14.331",
"lessThanOrEqual": "4.14.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "4.19.300",
"lessThanOrEqual": "4.19.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.4.262",
"lessThanOrEqual": "5.4.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.10.202",
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.15.140",
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.1.64",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.5.13",
"lessThanOrEqual": "6.5.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.6.3",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.7",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/bce1f7c7e9812da57de1dda293cba87c693e9958",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/bce1f7c7e9812da57de1dda293cba87c693e9958"
},
{
"url": "https://git.kernel.org/stable/c/a98ff250b5af87f92f17bb9725cb21de1931ee57",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/a98ff250b5af87f92f17bb9725cb21de1931ee57"
},
{
"url": "https://git.kernel.org/stable/c/eca19db60f99925461f49c3fd743733881395728",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/eca19db60f99925461f49c3fd743733881395728"
},
{
"url": "https://git.kernel.org/stable/c/e52518b9cb9fc98fc043c8fb2b8cfc619ca8a88b",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/e52518b9cb9fc98fc043c8fb2b8cfc619ca8a88b"
},
{
"url": "https://git.kernel.org/stable/c/a7ee519e8095d9c834086d0ff40da11415e1e4d7",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/a7ee519e8095d9c834086d0ff40da11415e1e4d7"
},
{
"url": "https://git.kernel.org/stable/c/1fb3a9c59e7f7d2b1d737a0d6e02e31d5b516455",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/1fb3a9c59e7f7d2b1d737a0d6e02e31d5b516455"
},
{
"url": "https://git.kernel.org/stable/c/c19a8794bf4fe45cff997f07a75ea84cc9e5d89c",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/c19a8794bf4fe45cff997f07a75ea84cc9e5d89c"
},
{
"url": "https://git.kernel.org/stable/c/45d0a298e05adee521f6fe605d6a88341ba07edd",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/45d0a298e05adee521f6fe605d6a88341ba07edd"
},
{
"url": "https://git.kernel.org/stable/c/d27abbfd4888d79dd24baf50e774631046ac4732",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/d27abbfd4888d79dd24baf50e774631046ac4732"
}
]
},
"generator": {
"engine": "bippy-a5840b7849dd"
}
}

View File

@ -5,110 +5,14 @@
"CVE_data_meta": {
"ID": "CVE-2023-52802",
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
"STATE": "REJECT"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()\n\nof_match_device() may fail and returns a NULL pointer.\n\nIn practice there is no known reasonable way to trigger this, but\nin case one is added in future, harden the code by adding the check"
"value": "** REJECT ** This CVE ID has been rejected or withdrawn by its CVE Numbering Authority."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "1da177e4c3f4",
"version_value": "b80aaff5f781"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.1.64",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.5.13",
"lessThanOrEqual": "6.5.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.6.3",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.7",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/b80aaff5f7817d50798ac61ed75973f004dd5202",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/b80aaff5f7817d50798ac61ed75973f004dd5202"
},
{
"url": "https://git.kernel.org/stable/c/b028f89c56e964a22d3ddb8eab1a0e7e980841b9",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/b028f89c56e964a22d3ddb8eab1a0e7e980841b9"
},
{
"url": "https://git.kernel.org/stable/c/5b82e4240533bcd4691e50b64ec86d0d7fbd21b9",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/5b82e4240533bcd4691e50b64ec86d0d7fbd21b9"
},
{
"url": "https://git.kernel.org/stable/c/3a23b384e7e3d64d5587ad10729a34d4f761517e",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/3a23b384e7e3d64d5587ad10729a34d4f761517e"
}
]
},
"generator": {
"engine": "bippy-a5840b7849dd"
}
}

View File

@ -40,7 +40,7 @@
"version_data": [
{
"version_affected": "<",
"version_name": "4b1acc43331d",
"version_name": "63453b59e411",
"version_value": "40f1d79f07b4"
},
{
@ -48,12 +48,12 @@
"x_cve_json_5_version_data": {
"versions": [
{
"version": "3.19",
"version": "4.19",
"status": "affected"
},
{
"version": "0",
"lessThan": "3.19",
"lessThan": "4.19",
"status": "unaffected",
"versionType": "custom"
},