[PATCH 2/2] published: CVE-2025-0927: Rearrange fields in JSON.
From: Siddh Raman Pant
Date: Wed Apr 02 2025 - 02:52:40 EST
Now that we manually fixed the values, let's rearrange the fields so
that it looks like other CVE JSONs.
The order doesn't matter, but it's nice to have it look the same way.
Signed-off-by: Siddh Raman Pant <siddh.raman.pant@xxxxxxxxxx>
---
cve/published/2025/CVE-2025-0927.json | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/cve/published/2025/CVE-2025-0927.json b/cve/published/2025/CVE-2025-0927.json
index 743e70d4b100..fcd9fb51e620 100644
--- a/cve/published/2025/CVE-2025-0927.json
+++ b/cve/published/2025/CVE-2025-0927.json
@@ -1,11 +1,20 @@
{
"containers": {
"cna": {
+ "providerMetadata": {
+ "orgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038"
+ },
+ "descriptions": [
+ {
+ "lang": "en",
+ "value": "In the Linux kernel, the following vulnerability has been found:\n\nA heap overflow in the hfs and hfsplus filesystems can happen if a user\nmounts a manually crafted filesystem.\n\nAt this point in time, it is not fixed in any released kernel version,\nthis is a stop-gap report to notify that kernel.org is now the owner of\nthis CVE id.\n\nThe Linux kernel CVE team has been assigned CVE-2025-0927 as it was\nincorrectly created by a different CNA that really should have known\nbetter to not have done this to this issue."
+ }
+ ],
"affected": [
{
- "defaultStatus": "unaffected",
"product": "Linux",
"vendor": "Linux",
+ "defaultStatus": "unaffected",
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"programFiles": [
"fs/hfs/bnode.c",
@@ -19,21 +28,12 @@
]
}
],
- "descriptions": [
- {
- "lang": "en",
- "value": "In the Linux kernel, the following vulnerability has been found:\n\nA heap overflow in the hfs and hfsplus filesystems can happen if a user\nmounts a manually crafted filesystem.\n\nAt this point in time, it is not fixed in any released kernel version,\nthis is a stop-gap report to notify that kernel.org is now the owner of\nthis CVE id.\n\nThe Linux kernel CVE team has been assigned CVE-2025-0927 as it was\nincorrectly created by a different CNA that really should have known\nbetter to not have done this to this issue."
- }
- ],
- "title": "heap overflow in the hfs and hfsplus filesystems with manually crafted filesystem",
- "providerMetadata": {
- "orgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038"
- },
"references": [
{
"url": "https://www.kernel.org/"
}
],
+ "title": "heap overflow in the hfs and hfsplus filesystems with manually crafted filesystem",
"x_generator": {
"engine": "Human fixing output of Vulnogram 0.2.0 for Linux"
}
--
2.47.2