aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-01-31 19:45:19 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-01-31 19:45:19 -0800
commitb7bb0247c5360cc53ba6efc18fd42d4e393d50c8 (patch)
treec6bb6e0065a6a1a87b424bd5fd79db193f24079f
parenta5d23ba552f0afeb9a4d8b0939fe4b6a970e891f (diff)
downloadvulns-b7bb0247c5360cc53ba6efc18fd42d4e393d50c8.tar.gz
cve: publish a test example
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--cve/published/2024/CVE-2024-0052 (renamed from cve/reserved/2024/CVE-2024-0052)0
-rw-r--r--cve/published/2024/CVE-2024-0052.json59
-rw-r--r--cve/published/2024/CVE-2024-0052.mbox0
-rw-r--r--cve/published/2024/CVE-2024-0052.sha11
4 files changed, 60 insertions, 0 deletions
diff --git a/cve/reserved/2024/CVE-2024-0052 b/cve/published/2024/CVE-2024-0052
index e69de29b..e69de29b 100644
--- a/cve/reserved/2024/CVE-2024-0052
+++ b/cve/published/2024/CVE-2024-0052
diff --git a/cve/published/2024/CVE-2024-0052.json b/cve/published/2024/CVE-2024-0052.json
new file mode 100644
index 00000000..2f1660fb
--- /dev/null
+++ b/cve/published/2024/CVE-2024-0052.json
@@ -0,0 +1,59 @@
+{
+ "containers": {
+ "cna": {
+ "providerMetadata": {
+ "orgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038"
+ },
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval\n\nset_memmap_mode() stores the kernel parameter memmap mode as an integer. \nHowever, the get_memmap_mode() function utilizes param_get_bool() to fetch\nthe value as a boolean, leading to potential endianness issue. On\nBig-endian architectures, the memmap_on_memory is consistently displayed\nas 'N' regardless of its actual status.\n\nTo address this endianness problem, the solution involves obtaining the\nmode as an integer. This adjustment ensures the proper display of the\nmemmap_on_memory parameter, presenting it as one of the following options:\nForce, Y, or N.\n\nLink: https://lkml.kernel.org/r/20240110140127.241451-1-sumanthk@linux.ibm.com\nFixes: 2d1f649c7c08 (\"mm/memory_hotplug: support memmap_on_memory when memmap is not aligned to pageblocks\")\nSigned-off-by: Sumanth Korikkar <sumanthk@linux.ibm.com>\nSuggested-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>\nAcked-by: David Hildenbrand <david@redhat.com>\nCc: Alexander Gordeev <agordeev@linux.ibm.com>\nCc: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\nCc: Heiko Carstens <hca@linux.ibm.com>\nCc: Michal Hocko <mhocko@suse.com>\nCc: Oscar Salvador <osalvador@suse.de>\nCc: Vasily Gorbik <gor@linux.ibm.com>\nCc: <stable@vger.kernel.org>\t[6.6+]\nSigned-off-by: Andrew Morton <akpm@linux-foundation.org>"
+ }
+ ],
+ "affected": [
+ {
+ "product": "Linux",
+ "vendor": "Linux",
+ "versions": [
+ {
+ "lessThan": "6.6.13",
+ "status": "affected",
+ "version": "0",
+ "versionType": "custom"
+ },
+ {
+ "lessThan": "6.7.1",
+ "status": "affected",
+ "version": "0",
+ "versionType": "custom"
+ },
+ {
+ "lessThan": "6.8-rc1",
+ "status": "affected",
+ "version": "0",
+ "versionType": "custom"
+ }
+ ]
+ }
+ ],
+ "references": [
+ {
+ "url": "https://git.kernel.org/torvalds/c/11684134140bb708b6e6de969a060535630b1b53"
+ }
+ ],
+ "title": "mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval",
+ "x_generator": {
+ "engine": "bippy-a5d23ba552f0"
+ }
+ }
+ },
+ "cveMetadata": {
+ "assignerOrgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038",
+ "cveID": "CVE-2024-0052",
+ "requesterUserId": "gregkh@linuxfoundation.org",
+ "serial": "1",
+ "state": "PUBLISHED"
+ },
+ "dataType": "CVE_RECORD",
+ "dataVersion": "5.0"
+}
diff --git a/cve/published/2024/CVE-2024-0052.mbox b/cve/published/2024/CVE-2024-0052.mbox
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/cve/published/2024/CVE-2024-0052.mbox
diff --git a/cve/published/2024/CVE-2024-0052.sha1 b/cve/published/2024/CVE-2024-0052.sha1
new file mode 100644
index 00000000..0bb111e6
--- /dev/null
+++ b/cve/published/2024/CVE-2024-0052.sha1
@@ -0,0 +1 @@
+11684134140bb708b6e6de969a060535630b1b53