Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-39878 (GCVE-0-2025-39878)
Vulnerability from cvelistv5 – Published: 2025-09-23 06:00 – Updated: 2026-01-14 19:33- CWE-476 - NULL Pointer Dereference
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-39878",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-01-14T19:25:07.166494Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-01-14T19:33:12.301Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/ceph/addr.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "dd1616ecbea920d228c56729461ed223cc501425",
"status": "affected",
"version": "ce80b76dd32764cc914975777e058d4fae4f0ea0",
"versionType": "git"
},
{
"lessThan": "249e0a47cdb46bb9eae65511c569044bd8698d7d",
"status": "affected",
"version": "ce80b76dd32764cc914975777e058d4fae4f0ea0",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/ceph/addr.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.15"
},
{
"lessThan": "6.15",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.16.*",
"status": "unaffected",
"version": "6.16.8",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.17",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.16.8",
"versionStartIncluding": "6.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.17",
"versionStartIncluding": "6.15",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nceph: fix crash after fscrypt_encrypt_pagecache_blocks() error\n\nThe function move_dirty_folio_in_page_array() was created by commit\nce80b76dd327 (\"ceph: introduce ceph_process_folio_batch() method\") by\nmoving code from ceph_writepages_start() to this function.\n\nThis new function is supposed to return an error code which is checked\nby the caller (now ceph_process_folio_batch()), and on error, the\ncaller invokes redirty_page_for_writepage() and then breaks from the\nloop.\n\nHowever, the refactoring commit has gone wrong, and it by accident, it\nalways returns 0 (= success) because it first NULLs the pointer and\nthen returns PTR_ERR(NULL) which is always 0. This means errors are\nsilently ignored, leaving NULL entries in the page array, which may\nlater crash the kernel.\n\nThe simple solution is to call PTR_ERR() before clearing the pointer."
}
],
"providerMetadata": {
"dateUpdated": "2025-09-29T06:01:37.095Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/dd1616ecbea920d228c56729461ed223cc501425"
},
{
"url": "https://git.kernel.org/stable/c/249e0a47cdb46bb9eae65511c569044bd8698d7d"
}
],
"title": "ceph: fix crash after fscrypt_encrypt_pagecache_blocks() error",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-39878",
"datePublished": "2025-09-23T06:00:48.850Z",
"dateReserved": "2025-04-16T07:20:57.144Z",
"dateUpdated": "2026-01-14T19:33:12.301Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-39878\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-09-23T06:15:47.377\",\"lastModified\":\"2026-01-14T20:16:10.283\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nceph: fix crash after fscrypt_encrypt_pagecache_blocks() error\\n\\nThe function move_dirty_folio_in_page_array() was created by commit\\nce80b76dd327 (\\\"ceph: introduce ceph_process_folio_batch() method\\\") by\\nmoving code from ceph_writepages_start() to this function.\\n\\nThis new function is supposed to return an error code which is checked\\nby the caller (now ceph_process_folio_batch()), and on error, the\\ncaller invokes redirty_page_for_writepage() and then breaks from the\\nloop.\\n\\nHowever, the refactoring commit has gone wrong, and it by accident, it\\nalways returns 0 (= success) because it first NULLs the pointer and\\nthen returns PTR_ERR(NULL) which is always 0. This means errors are\\nsilently ignored, leaving NULL entries in the page array, which may\\nlater crash the kernel.\\n\\nThe simple solution is to call PTR_ERR() before clearing the pointer.\"}],\"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},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"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}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.15\",\"versionEndExcluding\":\"6.16.8\",\"matchCriteriaId\":\"4CDBA6F5-ADD5-4E49-89EE-9FA2364F2685\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"327D22EF-390B-454C-BD31-2ED23C998A1C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"C730CD9A-D969-4A8E-9522-162AAF7C0EE9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"39982C4B-716E-4B2F-8196-FA301F47807D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"340BEEA9-D70D-4290-B502-FBB1032353B1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"47E4C5C0-079F-4838-971B-8C503D48FCC2\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/249e0a47cdb46bb9eae65511c569044bd8698d7d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/dd1616ecbea920d228c56729461ed223cc501425\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-39878\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-14T19:25:07.166494Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-14T19:25:00.726Z\"}}], \"cna\": {\"title\": \"ceph: fix crash after fscrypt_encrypt_pagecache_blocks() error\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"ce80b76dd32764cc914975777e058d4fae4f0ea0\", \"lessThan\": \"dd1616ecbea920d228c56729461ed223cc501425\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"ce80b76dd32764cc914975777e058d4fae4f0ea0\", \"lessThan\": \"249e0a47cdb46bb9eae65511c569044bd8698d7d\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/ceph/addr.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.15\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.15\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.16.8\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.16.*\"}, {\"status\": \"unaffected\", \"version\": \"6.17\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/ceph/addr.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/dd1616ecbea920d228c56729461ed223cc501425\"}, {\"url\": \"https://git.kernel.org/stable/c/249e0a47cdb46bb9eae65511c569044bd8698d7d\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nceph: fix crash after fscrypt_encrypt_pagecache_blocks() error\\n\\nThe function move_dirty_folio_in_page_array() was created by commit\\nce80b76dd327 (\\\"ceph: introduce ceph_process_folio_batch() method\\\") by\\nmoving code from ceph_writepages_start() to this function.\\n\\nThis new function is supposed to return an error code which is checked\\nby the caller (now ceph_process_folio_batch()), and on error, the\\ncaller invokes redirty_page_for_writepage() and then breaks from the\\nloop.\\n\\nHowever, the refactoring commit has gone wrong, and it by accident, it\\nalways returns 0 (= success) because it first NULLs the pointer and\\nthen returns PTR_ERR(NULL) which is always 0. This means errors are\\nsilently ignored, leaving NULL entries in the page array, which may\\nlater crash the kernel.\\n\\nThe simple solution is to call PTR_ERR() before clearing the pointer.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.16.8\", \"versionStartIncluding\": \"6.15\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.17\", \"versionStartIncluding\": \"6.15\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-09-29T06:01:37.095Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-39878\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-14T19:33:12.301Z\", \"dateReserved\": \"2025-04-16T07:20:57.144Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-09-23T06:00:48.850Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
WID-SEC-W-2025-2107
Vulnerability from csaf_certbund - Published: 2025-09-22 22:00 - Updated: 2026-03-05 23:00{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder nicht n\u00e4her beschriebene Auswirkungen zu erzielen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2107 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2107.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2107 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2107"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39867",
"url": "https://lore.kernel.org/linux-cve-announce/2025092357-CVE-2025-39867-51e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39868",
"url": "https://lore.kernel.org/linux-cve-announce/2025092359-CVE-2025-39868-8245@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39869",
"url": "https://lore.kernel.org/linux-cve-announce/2025092359-CVE-2025-39869-6005@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39870",
"url": "https://lore.kernel.org/linux-cve-announce/2025092359-CVE-2025-39870-2af3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39871",
"url": "https://lore.kernel.org/linux-cve-announce/2025092300-CVE-2025-39871-3abe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39872",
"url": "https://lore.kernel.org/linux-cve-announce/2025092300-CVE-2025-39872-5102@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39873",
"url": "https://lore.kernel.org/linux-cve-announce/2025092300-CVE-2025-39873-94d3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39874",
"url": "https://lore.kernel.org/linux-cve-announce/2025092300-CVE-2025-39874-d462@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39875",
"url": "https://lore.kernel.org/linux-cve-announce/2025092300-CVE-2025-39875-6d27@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39876",
"url": "https://lore.kernel.org/linux-cve-announce/2025092300-CVE-2025-39876-3d4a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39877",
"url": "https://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39877-1244@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39878",
"url": "https://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39878-29db@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39879",
"url": "https://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39879-3ed2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39880",
"url": "https://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39880-17c5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39881",
"url": "https://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39881-a4e1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39882",
"url": "https://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39882-1d0a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39883",
"url": "https://lore.kernel.org/linux-cve-announce/2025092302-CVE-2025-39883-6015@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39884",
"url": "https://lore.kernel.org/linux-cve-announce/2025092302-CVE-2025-39884-1503@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39885",
"url": "https://lore.kernel.org/linux-cve-announce/2025092302-CVE-2025-39885-7e13@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39886",
"url": "https://lore.kernel.org/linux-cve-announce/2025092302-CVE-2025-39886-4bea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39887",
"url": "https://lore.kernel.org/linux-cve-announce/2025092302-CVE-2025-39887-12f0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39888",
"url": "https://lore.kernel.org/linux-cve-announce/2025092303-CVE-2025-39888-3c85@gregkh/"
},
{
"category": "external",
"summary": "Google Container-Optimized OS release notes vom 2025-09-30",
"url": "https://cloud.google.com/container-optimized-os/docs/release-notes#September_29_2025"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20649 vom 2025-10-07",
"url": "https://linux.oracle.com/errata/ELSA-2025-20649.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4328 vom 2025-10-13",
"url": "https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03601-1 vom 2025-10-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022903.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03615-1 vom 2025-10-16",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BVPLWRQN6MVKFQDJSEKN2JP6PMSGIO4Q/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03614-1 vom 2025-10-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022911.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03600-1 vom 2025-10-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VHWHH7ZSMFJ6PQZ3CBDGGCWHNBCWD26Z/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03628-1 vom 2025-10-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/O6BEPQBC4GULLYP5G3VVU4ZS37B7I6EV/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03633-1 vom 2025-10-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022926.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03634-1 vom 2025-10-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022925.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3716-1 vom 2025-10-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022962.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3761-1 vom 2025-10-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MLTPAKCOQABZPEY7O35CI42PHK5WNIUQ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3751-1 vom 2025-10-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NMB6RXALFYMRMM4UK7R54RAQRCZJEBH4/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20861-1 vom 2025-10-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023019.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20719 vom 2025-10-24",
"url": "https://linux.oracle.com/errata/ELSA-2025-20719.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20851-1 vom 2025-10-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023025.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.10-2025-109 vom 2025-10-27",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-2025-109.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20870-1 vom 2025-10-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023060.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20898-1 vom 2025-10-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023116.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19469 vom 2025-11-03",
"url": "https://access.redhat.com/errata/RHSA-2025:19469"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19469 vom 2025-11-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-19469.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-390 vom 2025-11-05",
"url": "https://www.dell.com/support/kbdoc/000385230"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25754 vom 2025-11-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-25754.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4057-1 vom 2025-11-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023254.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21118 vom 2025-11-12",
"url": "https://access.redhat.com/errata/RHSA-2025:21118"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20994-1 vom 2025-11-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023276.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20996-1 vom 2025-11-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023275.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21469 vom 2025-11-17",
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4132-1 vom 2025-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023302.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4140-1 vom 2025-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023305.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4141-1 vom 2025-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023304.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22006 vom 2025-11-25",
"url": "https://access.redhat.com/errata/RHSA-2025:22006"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4189-1 vom 2025-11-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023334.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22072 vom 2025-11-25",
"url": "https://access.redhat.com/errata/RHSA-2025:22072"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20081-1 vom 2025-11-26",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/J4KLZE7HUQJ2N6IQEI3G2KJZ5VB36YBI/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21926 vom 2025-11-26",
"url": "http://linux.oracle.com/errata/ELSA-2025-21926.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20091-1 vom 2025-11-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QVNKE6YBHUN7AVUHO7UZCJJGK4HYS62H/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21469 vom 2025-11-27",
"url": "https://linux.oracle.com/errata/ELSA-2025-21469.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21064-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023415.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21040-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023394.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21052-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023389.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21056-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023419.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22388 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22388"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22387 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22387"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21080-1 vom 2025-11-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023429.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4301-1 vom 2025-11-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LLIMXFMWOGTFRJZEC4XPGIMNBCRKQ7IF/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21074-1 vom 2025-11-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023431.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22392 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22392"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22388 vom 2025-12-01",
"url": "https://linux.oracle.com/errata/ELSA-2025-22388.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22395 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22395"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22661 vom 2025-12-03",
"url": "https://access.redhat.com/errata/RHSA-2025:22661"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21118 vom 2025-12-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-21118.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22387 vom 2025-12-04",
"url": "https://errata.build.resf.org/RLSA-2025:22387"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22388 vom 2025-12-04",
"url": "https://errata.build.resf.org/RLSA-2025:22388"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21463 vom 2025-12-05",
"url": "https://linux.oracle.com/errata/ELSA-2025-21463.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22395 vom 2025-12-05",
"url": "https://errata.build.resf.org/RLSA-2025:22395"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21931 vom 2025-12-05",
"url": "https://linux.oracle.com/errata/ELSA-2025-21931.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22395 vom 2025-12-06",
"url": "https://linux.oracle.com/errata/ELSA-2025-22395.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22995 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:22995"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22999 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:22999"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22997 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:22997"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22996 vom 2025-12-10",
"url": "https://access.redhat.com/errata/RHSA-2025:22996"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21180-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023498.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21179-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023499.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21147-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023511.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21139-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023515.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4404 vom 2025-12-12",
"url": "https://lists.debian.org/debian-lts-announce/2025/12/msg00015.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28049 vom 2025-12-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-28049.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28048 vom 2025-12-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-28048.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28049 vom 2025-12-15",
"url": "https://oss.oracle.com/pipermail/el-errata/2025-December/019260.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7255154 vom 2025-12-17",
"url": "https://www.ibm.com/support/pages/node/7255154"
},
{
"category": "external",
"summary": "RedHat Security Advisory",
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-0445 vom 2026-01-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-0445.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0533 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0533"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:0445 vom 2026-01-17",
"url": "https://errata.build.resf.org/RLSA-2026:0445"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50071 vom 2026-01-26",
"url": "https://linux.oracle.com/errata/ELSA-2026-50071.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-030 vom 2026-01-30",
"url": "https://www.dell.com/support/kbdoc/de-de/000421570/dsa-2026-030-security-update-for-dell-networker-vproxy-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20145-1 vom 2026-02-03",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FIKVKDA42VXBWDNHA6WP345IDVA2E3XU/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0385-1 vom 2026-02-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024056.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20207-1 vom 2026-02-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024052.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20228-1 vom 2026-02-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024063.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20220-1 vom 2026-02-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024067.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6126 vom 2026-02-09",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00035.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50100 vom 2026-02-10",
"url": "http://linux.oracle.com/errata/ELSA-2026-50100.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6127 vom 2026-02-10",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00036.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4476 vom 2026-02-11",
"url": "https://lists.debian.org/debian-lts-announce/2026/02/msg00017.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0447-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024124.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8034-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-3 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-2 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0472-1 vom 2026-02-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024141.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-4 vom 2026-02-13",
"url": "https://ubuntu.com/security/notices/USN-8033-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20333-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024162.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20316-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024178.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20332-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024163.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20317-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024177.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-2 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8034-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-5 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-6 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-7 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-8 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-8"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0587-1 vom 2026-02-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024356.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20477-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024409.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20479-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024407.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20287-1 vom 2026-02-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/K7KIWX7XP3UMVFSHT47OOZ24TQQYNNHI/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20520-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024455.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20498-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024476.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20599-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024614.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20615-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024605.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20570-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024574.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20555-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024590.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20561-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024578.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20564-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024575.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20560-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024586.html"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-05T23:00:00.000+00:00",
"generator": {
"date": "2026-03-06T10:23:55.876+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-2107",
"initial_release_date": "2025-09-22T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-09-22T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-09-30T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-10-06T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-12T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-10-15T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-19T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-21T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-23T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-26T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-10-27T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Amazon und SUSE aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-02T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Oracle Linux und Dell aufgenommen"
},
{
"date": "2025-11-10T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-12T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-16T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-18T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-19T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-27T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-30T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2025-12-01T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-12-02T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-07T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-09T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-14T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Debian und Oracle Linux aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-01-07T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2026-01-18T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2026-02-03T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Debian und Oracle Linux aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Debian und SUSE aufgenommen"
},
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-26T23:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-01T23:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von openSUSE und SUSE aufgenommen"
},
{
"date": "2026-03-05T23:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "52"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vProxy \u003c19.14",
"product": {
"name": "Dell NetWorker vProxy \u003c19.14",
"product_id": "T050451"
}
},
{
"category": "product_version",
"name": "vProxy 19.14",
"product": {
"name": "Dell NetWorker vProxy 19.14",
"product_id": "T050451-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:vproxy__19.14"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Appliance \u003c5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance \u003c5.32.00.18",
"product_id": "T048301"
}
},
{
"category": "product_version",
"name": "Appliance 5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance 5.32.00.18",
"product_id": "T048301-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:appliance__5.32.00.18"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP14 IF03",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP14 IF03",
"product_id": "T049499"
}
},
{
"category": "product_version",
"name": "7.5.0 UP14 IF03",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP14 IF03",
"product_id": "T049499-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up14_if03"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T028463",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:unspecified"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T048374",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-49202",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49202"
},
{
"cve": "CVE-2022-49205",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49205"
},
{
"cve": "CVE-2022-49214",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49214"
},
{
"cve": "CVE-2022-49222",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49222"
},
{
"cve": "CVE-2022-49228",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49228"
},
{
"cve": "CVE-2022-49234",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49234"
},
{
"cve": "CVE-2022-49244",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49244"
},
{
"cve": "CVE-2022-49245",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49245"
},
{
"cve": "CVE-2022-49246",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49246"
},
{
"cve": "CVE-2022-49248",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49248"
},
{
"cve": "CVE-2022-49249",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49249"
},
{
"cve": "CVE-2022-49250",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49250"
},
{
"cve": "CVE-2022-49251",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49251"
},
{
"cve": "CVE-2022-49252",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49252"
},
{
"cve": "CVE-2022-49253",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49253"
},
{
"cve": "CVE-2022-49254",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49254"
},
{
"cve": "CVE-2022-49256",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49256"
},
{
"cve": "CVE-2022-49257",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49257"
},
{
"cve": "CVE-2022-49261",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49261"
},
{
"cve": "CVE-2022-49262",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49262"
},
{
"cve": "CVE-2022-49263",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49263"
},
{
"cve": "CVE-2022-49268",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49268"
},
{
"cve": "CVE-2022-49271",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49271"
},
{
"cve": "CVE-2022-49272",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49272"
},
{
"cve": "CVE-2022-49274",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49274"
},
{
"cve": "CVE-2022-49278",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49278"
},
{
"cve": "CVE-2022-49283",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49283"
},
{
"cve": "CVE-2022-49285",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49285"
},
{
"cve": "CVE-2022-49286",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49286"
},
{
"cve": "CVE-2022-49289",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49289"
},
{
"cve": "CVE-2022-49292",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49292"
},
{
"cve": "CVE-2022-49320",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49320"
},
{
"cve": "CVE-2022-49325",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49325"
},
{
"cve": "CVE-2022-49330",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49330"
},
{
"cve": "CVE-2022-49337",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49337"
},
{
"cve": "CVE-2022-49339",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49339"
},
{
"cve": "CVE-2022-49345",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49345"
},
{
"cve": "CVE-2022-49347",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49347"
},
{
"cve": "CVE-2022-49350",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49350"
},
{
"cve": "CVE-2022-49379",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49379"
},
{
"cve": "CVE-2022-49393",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49393"
},
{
"cve": "CVE-2022-49396",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49396"
},
{
"cve": "CVE-2022-49397",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49397"
},
{
"cve": "CVE-2022-49401",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49401"
},
{
"cve": "CVE-2022-49407",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49407"
},
{
"cve": "CVE-2022-49409",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49409"
},
{
"cve": "CVE-2022-49415",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49415"
},
{
"cve": "CVE-2022-49417",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49417"
},
{
"cve": "CVE-2022-49421",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2022-49421"
},
{
"cve": "CVE-2025-10843",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-10843"
},
{
"cve": "CVE-2025-39867",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39867"
},
{
"cve": "CVE-2025-39868",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39868"
},
{
"cve": "CVE-2025-39869",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39869"
},
{
"cve": "CVE-2025-39870",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39870"
},
{
"cve": "CVE-2025-39871",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39871"
},
{
"cve": "CVE-2025-39872",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39872"
},
{
"cve": "CVE-2025-39873",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39873"
},
{
"cve": "CVE-2025-39874",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39874"
},
{
"cve": "CVE-2025-39875",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39875"
},
{
"cve": "CVE-2025-39876",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39876"
},
{
"cve": "CVE-2025-39877",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39877"
},
{
"cve": "CVE-2025-39878",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39878"
},
{
"cve": "CVE-2025-39879",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39879"
},
{
"cve": "CVE-2025-39880",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39880"
},
{
"cve": "CVE-2025-39881",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39881"
},
{
"cve": "CVE-2025-39882",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39882"
},
{
"cve": "CVE-2025-39883",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39883"
},
{
"cve": "CVE-2025-39884",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39884"
},
{
"cve": "CVE-2025-39885",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39885"
},
{
"cve": "CVE-2025-39886",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39886"
},
{
"cve": "CVE-2025-39887",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39887"
},
{
"cve": "CVE-2025-39888",
"product_status": {
"known_affected": [
"T028463",
"67646",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T027843",
"T049499",
"398363",
"T048374",
"1607324",
"T048301"
]
},
"release_date": "2025-09-22T22:00:00.000+00:00",
"title": "CVE-2025-39888"
}
]
}
FKIE_CVE-2025-39878
Vulnerability from fkie_nvd - Published: 2025-09-23 06:15 - Updated: 2026-01-14 20:165.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 | |
| linux | linux_kernel | 6.17 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "4CDBA6F5-ADD5-4E49-89EE-9FA2364F2685",
"versionEndExcluding": "6.16.8",
"versionStartIncluding": "6.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*",
"matchCriteriaId": "327D22EF-390B-454C-BD31-2ED23C998A1C",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*",
"matchCriteriaId": "C730CD9A-D969-4A8E-9522-162AAF7C0EE9",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*",
"matchCriteriaId": "39982C4B-716E-4B2F-8196-FA301F47807D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*",
"matchCriteriaId": "340BEEA9-D70D-4290-B502-FBB1032353B1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*",
"matchCriteriaId": "47E4C5C0-079F-4838-971B-8C503D48FCC2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nceph: fix crash after fscrypt_encrypt_pagecache_blocks() error\n\nThe function move_dirty_folio_in_page_array() was created by commit\nce80b76dd327 (\"ceph: introduce ceph_process_folio_batch() method\") by\nmoving code from ceph_writepages_start() to this function.\n\nThis new function is supposed to return an error code which is checked\nby the caller (now ceph_process_folio_batch()), and on error, the\ncaller invokes redirty_page_for_writepage() and then breaks from the\nloop.\n\nHowever, the refactoring commit has gone wrong, and it by accident, it\nalways returns 0 (= success) because it first NULLs the pointer and\nthen returns PTR_ERR(NULL) which is always 0. This means errors are\nsilently ignored, leaving NULL entries in the page array, which may\nlater crash the kernel.\n\nThe simple solution is to call PTR_ERR() before clearing the pointer."
}
],
"id": "CVE-2025-39878",
"lastModified": "2026-01-14T20:16:10.283",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-09-23T06:15:47.377",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/249e0a47cdb46bb9eae65511c569044bd8698d7d"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/dd1616ecbea920d228c56729461ed223cc501425"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-476"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
BDU:2025-13897
Vulnerability from fstec - Published: 28.08.2025{
"CVSS 2.0": "AV:L/AC:L/Au:S/C:N/I:N/A:C",
"CVSS 3.0": "AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "\u043e\u0442 6.17 \u0434\u043e 6.17 rc6 (Linux), \u043e\u0442 6.15 \u0434\u043e 6.16.8 (Linux)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0412 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c LINUX\", \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u043c\u0435\u0442\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u0424\u0421\u0422\u042d\u041a \u0420\u043e\u0441\u0441\u0438\u0438, \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u043c 25 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2022 \u0433\u043e\u0434\u0430.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f:\nhttps://git.kernel.org/stable/c/249e0a47cdb46bb9eae65511c569044bd8698d7d\nhttps://git.kernel.org/stable/c/dd1616ecbea920d228c56729461ed223cc501425",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "28.08.2025",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "07.11.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "07.11.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-13897",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2025-39878",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Linux",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Linux \u043e\u0442 6.17 \u0434\u043e 6.17 rc6 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Linux \u043e\u0442 6.15 \u0434\u043e 6.16.8 ",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 move_dirty_folio_in_page_array() \u043c\u043e\u0434\u0443\u043b\u044f fs/ceph/addr.c \u044f\u0434\u0440\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u0420\u0430\u0437\u044b\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044f NULL (CWE-476)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 move_dirty_folio_in_page_array() \u043c\u043e\u0434\u0443\u043b\u044f fs/ceph/addr.c \u044f\u0434\u0440\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0440\u0430\u0437\u044b\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u043d\u0443\u043b\u0435\u0432\u043e\u0433\u043e \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044f. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://git.kernel.org/stable/c/249e0a47cdb46bb9eae65511c569044bd8698d7d\nhttps://git.kernel.org/stable/c/dd1616ecbea920d228c56729461ed223cc501425\nhttps://lore.kernel.org/linux-cve-announce/2025092301-CVE-2025-39878-29db@gregkh/\nhttps://www.cybersecurity-help.cz/vulnerabilities/116046/",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-476",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 4,6)\n\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.1 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 5,5)"
}
GHSA-WMPP-P439-V4X7
Vulnerability from github – Published: 2025-09-23 06:30 – Updated: 2025-12-11 21:31In the Linux kernel, the following vulnerability has been resolved:
ceph: fix crash after fscrypt_encrypt_pagecache_blocks() error
The function move_dirty_folio_in_page_array() was created by commit ce80b76dd327 ("ceph: introduce ceph_process_folio_batch() method") by moving code from ceph_writepages_start() to this function.
This new function is supposed to return an error code which is checked by the caller (now ceph_process_folio_batch()), and on error, the caller invokes redirty_page_for_writepage() and then breaks from the loop.
However, the refactoring commit has gone wrong, and it by accident, it always returns 0 (= success) because it first NULLs the pointer and then returns PTR_ERR(NULL) which is always 0. This means errors are silently ignored, leaving NULL entries in the page array, which may later crash the kernel.
The simple solution is to call PTR_ERR() before clearing the pointer.
{
"affected": [],
"aliases": [
"CVE-2025-39878"
],
"database_specific": {
"cwe_ids": [
"CWE-476"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-09-23T06:15:47Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nceph: fix crash after fscrypt_encrypt_pagecache_blocks() error\n\nThe function move_dirty_folio_in_page_array() was created by commit\nce80b76dd327 (\"ceph: introduce ceph_process_folio_batch() method\") by\nmoving code from ceph_writepages_start() to this function.\n\nThis new function is supposed to return an error code which is checked\nby the caller (now ceph_process_folio_batch()), and on error, the\ncaller invokes redirty_page_for_writepage() and then breaks from the\nloop.\n\nHowever, the refactoring commit has gone wrong, and it by accident, it\nalways returns 0 (= success) because it first NULLs the pointer and\nthen returns PTR_ERR(NULL) which is always 0. This means errors are\nsilently ignored, leaving NULL entries in the page array, which may\nlater crash the kernel.\n\nThe simple solution is to call PTR_ERR() before clearing the pointer.",
"id": "GHSA-wmpp-p439-v4x7",
"modified": "2025-12-11T21:31:26Z",
"published": "2025-09-23T06:30:27Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39878"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/249e0a47cdb46bb9eae65511c569044bd8698d7d"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/dd1616ecbea920d228c56729461ed223cc501425"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.