Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-39780 (GCVE-0-2025-39780)
Vulnerability from cvelistv5
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"kernel/sched/ext.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "786f6314604b34c3e7de5f733f4e08e35c448a50",
"status": "affected",
"version": "a8532fac7b5d27b8d62008a89593dccb6f9786ef",
"versionType": "git"
},
{
"lessThan": "6a32cbe95029ebe21cc08349fd7ef2a3d32d2043",
"status": "affected",
"version": "a8532fac7b5d27b8d62008a89593dccb6f9786ef",
"versionType": "git"
},
{
"lessThan": "ddf7233fcab6c247379d0928d46cc316ee122229",
"status": "affected",
"version": "a8532fac7b5d27b8d62008a89593dccb6f9786ef",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"kernel/sched/ext.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.12"
},
{
"lessThan": "6.12",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.44",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.16.*",
"status": "unaffected",
"version": "6.16.4",
"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.12.44",
"versionStartIncluding": "6.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.16.4",
"versionStartIncluding": "6.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.17",
"versionStartIncluding": "6.12",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nsched/ext: Fix invalid task state transitions on class switch\n\nWhen enabling a sched_ext scheduler, we may trigger invalid task state\ntransitions, resulting in warnings like the following (which can be\neasily reproduced by running the hotplug selftest in a loop):\n\n sched_ext: Invalid task state transition 0 -\u003e 3 for fish[770]\n WARNING: CPU: 18 PID: 787 at kernel/sched/ext.c:3862 scx_set_task_state+0x7c/0xc0\n ...\n RIP: 0010:scx_set_task_state+0x7c/0xc0\n ...\n Call Trace:\n \u003cTASK\u003e\n scx_enable_task+0x11f/0x2e0\n switching_to_scx+0x24/0x110\n scx_enable.isra.0+0xd14/0x13d0\n bpf_struct_ops_link_create+0x136/0x1a0\n __sys_bpf+0x1edd/0x2c30\n __x64_sys_bpf+0x21/0x30\n do_syscall_64+0xbb/0x370\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\nThis happens because we skip initialization for tasks that are already\ndead (with their usage counter set to zero), but we don\u0027t exclude them\nduring the scheduling class transition phase.\n\nFix this by also skipping dead tasks during class swiching, preventing\ninvalid task state transitions."
}
],
"providerMetadata": {
"dateUpdated": "2025-09-29T05:59:15.616Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/786f6314604b34c3e7de5f733f4e08e35c448a50"
},
{
"url": "https://git.kernel.org/stable/c/6a32cbe95029ebe21cc08349fd7ef2a3d32d2043"
},
{
"url": "https://git.kernel.org/stable/c/ddf7233fcab6c247379d0928d46cc316ee122229"
}
],
"title": "sched/ext: Fix invalid task state transitions on class switch",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-39780",
"datePublished": "2025-09-11T16:56:31.142Z",
"dateReserved": "2025-04-16T07:20:57.130Z",
"dateUpdated": "2025-09-29T05:59:15.616Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-39780\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-09-11T17:15:43.900\",\"lastModified\":\"2025-09-15T15:22:38.297\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nsched/ext: Fix invalid task state transitions on class switch\\n\\nWhen enabling a sched_ext scheduler, we may trigger invalid task state\\ntransitions, resulting in warnings like the following (which can be\\neasily reproduced by running the hotplug selftest in a loop):\\n\\n sched_ext: Invalid task state transition 0 -\u003e 3 for fish[770]\\n WARNING: CPU: 18 PID: 787 at kernel/sched/ext.c:3862 scx_set_task_state+0x7c/0xc0\\n ...\\n RIP: 0010:scx_set_task_state+0x7c/0xc0\\n ...\\n Call Trace:\\n \u003cTASK\u003e\\n scx_enable_task+0x11f/0x2e0\\n switching_to_scx+0x24/0x110\\n scx_enable.isra.0+0xd14/0x13d0\\n bpf_struct_ops_link_create+0x136/0x1a0\\n __sys_bpf+0x1edd/0x2c30\\n __x64_sys_bpf+0x21/0x30\\n do_syscall_64+0xbb/0x370\\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\\n\\nThis happens because we skip initialization for tasks that are already\\ndead (with their usage counter set to zero), but we don\u0027t exclude them\\nduring the scheduling class transition phase.\\n\\nFix this by also skipping dead tasks during class swiching, preventing\\ninvalid task state transitions.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/6a32cbe95029ebe21cc08349fd7ef2a3d32d2043\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/786f6314604b34c3e7de5f733f4e08e35c448a50\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ddf7233fcab6c247379d0928d46cc316ee122229\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
ghsa-6rhw-qcc5-9qm4
Vulnerability from github
In the Linux kernel, the following vulnerability has been resolved:
sched/ext: Fix invalid task state transitions on class switch
When enabling a sched_ext scheduler, we may trigger invalid task state transitions, resulting in warnings like the following (which can be easily reproduced by running the hotplug selftest in a loop):
sched_ext: Invalid task state transition 0 -> 3 for fish[770] WARNING: CPU: 18 PID: 787 at kernel/sched/ext.c:3862 scx_set_task_state+0x7c/0xc0 ... RIP: 0010:scx_set_task_state+0x7c/0xc0 ... Call Trace: scx_enable_task+0x11f/0x2e0 switching_to_scx+0x24/0x110 scx_enable.isra.0+0xd14/0x13d0 bpf_struct_ops_link_create+0x136/0x1a0 __sys_bpf+0x1edd/0x2c30 __x64_sys_bpf+0x21/0x30 do_syscall_64+0xbb/0x370 entry_SYSCALL_64_after_hwframe+0x77/0x7f
This happens because we skip initialization for tasks that are already dead (with their usage counter set to zero), but we don't exclude them during the scheduling class transition phase.
Fix this by also skipping dead tasks during class swiching, preventing invalid task state transitions.
{
"affected": [],
"aliases": [
"CVE-2025-39780"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-09-11T17:15:43Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nsched/ext: Fix invalid task state transitions on class switch\n\nWhen enabling a sched_ext scheduler, we may trigger invalid task state\ntransitions, resulting in warnings like the following (which can be\neasily reproduced by running the hotplug selftest in a loop):\n\n sched_ext: Invalid task state transition 0 -\u003e 3 for fish[770]\n WARNING: CPU: 18 PID: 787 at kernel/sched/ext.c:3862 scx_set_task_state+0x7c/0xc0\n ...\n RIP: 0010:scx_set_task_state+0x7c/0xc0\n ...\n Call Trace:\n \u003cTASK\u003e\n scx_enable_task+0x11f/0x2e0\n switching_to_scx+0x24/0x110\n scx_enable.isra.0+0xd14/0x13d0\n bpf_struct_ops_link_create+0x136/0x1a0\n __sys_bpf+0x1edd/0x2c30\n __x64_sys_bpf+0x21/0x30\n do_syscall_64+0xbb/0x370\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\nThis happens because we skip initialization for tasks that are already\ndead (with their usage counter set to zero), but we don\u0027t exclude them\nduring the scheduling class transition phase.\n\nFix this by also skipping dead tasks during class swiching, preventing\ninvalid task state transitions.",
"id": "GHSA-6rhw-qcc5-9qm4",
"modified": "2025-09-11T18:35:52Z",
"published": "2025-09-11T18:35:52Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39780"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/6a32cbe95029ebe21cc08349fd7ef2a3d32d2043"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/786f6314604b34c3e7de5f733f4e08e35c448a50"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/ddf7233fcab6c247379d0928d46cc316ee122229"
}
],
"schema_version": "1.4.0",
"severity": []
}
CERTFR-2025-AVI-0825
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Debian. Elles permettent à un attaquant de provoquer une élévation de privilèges, une atteinte à la confidentialité des données et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Debian trixie versions ant\u00e9rieures \u00e0 6.12.48-1",
"product": {
"name": "Debian",
"vendor": {
"name": "Debian",
"scada": false
}
}
},
{
"description": "Debian bookworm versions ant\u00e9rieures \u00e0 6.1.153-1",
"product": {
"name": "Debian",
"vendor": {
"name": "Debian",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-38453",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38453"
},
{
"name": "CVE-2025-39812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39812"
},
{
"name": "CVE-2025-38711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38711"
},
{
"name": "CVE-2025-39723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39723"
},
{
"name": "CVE-2025-39808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39808"
},
{
"name": "CVE-2025-39757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39757"
},
{
"name": "CVE-2025-39772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39772"
},
{
"name": "CVE-2025-39826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39826"
},
{
"name": "CVE-2025-39716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39716"
},
{
"name": "CVE-2025-39702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39702"
},
{
"name": "CVE-2025-39779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39779"
},
{
"name": "CVE-2025-39685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39685"
},
{
"name": "CVE-2025-39765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39765"
},
{
"name": "CVE-2025-39720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39720"
},
{
"name": "CVE-2025-39827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39827"
},
{
"name": "CVE-2025-39828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39828"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2025-39811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39811"
},
{
"name": "CVE-2025-38491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38491"
},
{
"name": "CVE-2025-38708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38708"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-39701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39701"
},
{
"name": "CVE-2025-39709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39709"
},
{
"name": "CVE-2025-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39689"
},
{
"name": "CVE-2025-39787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39787"
},
{
"name": "CVE-2025-38734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38734"
},
{
"name": "CVE-2025-38695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38695"
},
{
"name": "CVE-2025-39749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39749"
},
{
"name": "CVE-2025-39700",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39700"
},
{
"name": "CVE-2025-39866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39866"
},
{
"name": "CVE-2025-39843",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39843"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2025-39751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39751"
},
{
"name": "CVE-2025-39681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39681"
},
{
"name": "CVE-2025-39770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39770"
},
{
"name": "CVE-2025-38706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38706"
},
{
"name": "CVE-2025-38699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38699"
},
{
"name": "CVE-2025-38707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38707"
},
{
"name": "CVE-2025-39692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39692"
},
{
"name": "CVE-2025-38677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38677"
},
{
"name": "CVE-2025-39853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39853"
},
{
"name": "CVE-2025-39857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39857"
},
{
"name": "CVE-2025-39865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39865"
},
{
"name": "CVE-2025-39675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39675"
},
{
"name": "CVE-2025-39679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39679"
},
{
"name": "CVE-2025-38693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38693"
},
{
"name": "CVE-2025-38679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38679"
},
{
"name": "CVE-2025-38685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38685"
},
{
"name": "CVE-2025-38502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38502"
},
{
"name": "CVE-2025-39838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39838"
},
{
"name": "CVE-2025-39823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39823"
},
{
"name": "CVE-2025-39864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39864"
},
{
"name": "CVE-2025-39824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39824"
},
{
"name": "CVE-2025-39737",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39737"
},
{
"name": "CVE-2025-38702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38702"
},
{
"name": "CVE-2025-38724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38724"
},
{
"name": "CVE-2025-38698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38698"
},
{
"name": "CVE-2025-21751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21751"
},
{
"name": "CVE-2025-39842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39842"
},
{
"name": "CVE-2025-39815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39815"
},
{
"name": "CVE-2025-37931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37931"
},
{
"name": "CVE-2025-39849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39849"
},
{
"name": "CVE-2025-39861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39861"
},
{
"name": "CVE-2025-39743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39743"
},
{
"name": "CVE-2025-39718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39718"
},
{
"name": "CVE-2025-38712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38712"
},
{
"name": "CVE-2025-38732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38732"
},
{
"name": "CVE-2025-39773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39773"
},
{
"name": "CVE-2025-38696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38696"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2025-39722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39722"
},
{
"name": "CVE-2025-38670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38670"
},
{
"name": "CVE-2025-39845",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39845"
},
{
"name": "CVE-2025-39788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39788"
},
{
"name": "CVE-2025-39791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39791"
},
{
"name": "CVE-2025-38735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38735"
},
{
"name": "CVE-2025-39698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39698"
},
{
"name": "CVE-2025-39805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39805"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-38614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38614"
},
{
"name": "CVE-2025-23143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23143"
},
{
"name": "CVE-2025-38322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38322"
},
{
"name": "CVE-2025-38694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38694"
},
{
"name": "CVE-2025-38676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38676"
},
{
"name": "CVE-2025-38729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38729"
},
{
"name": "CVE-2025-38681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38681"
},
{
"name": "CVE-2025-39795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39795"
},
{
"name": "CVE-2025-38687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38687"
},
{
"name": "CVE-2025-38272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38272"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2025-38715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38715"
},
{
"name": "CVE-2025-39710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39710"
},
{
"name": "CVE-2025-39683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39683"
},
{
"name": "CVE-2025-39794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39794"
},
{
"name": "CVE-2025-39697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39697"
},
{
"name": "CVE-2025-38713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38713"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2025-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39810"
},
{
"name": "CVE-2025-39782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39782"
},
{
"name": "CVE-2025-38697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38697"
},
{
"name": "CVE-2025-38691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38691"
},
{
"name": "CVE-2025-39759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39759"
},
{
"name": "CVE-2025-39860",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39860"
},
{
"name": "CVE-2025-39721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39721"
},
{
"name": "CVE-2025-39760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39760"
},
{
"name": "CVE-2025-39673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39673"
},
{
"name": "CVE-2025-39839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39839"
},
{
"name": "CVE-2025-38723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38723"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-39848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39848"
},
{
"name": "CVE-2025-39800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39800"
},
{
"name": "CVE-2025-39703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39703"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38552"
},
{
"name": "CVE-2025-39852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39852"
},
{
"name": "CVE-2025-39766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39766"
},
{
"name": "CVE-2025-39801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39801"
},
{
"name": "CVE-2025-39724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39724"
},
{
"name": "CVE-2025-39687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39687"
},
{
"name": "CVE-2025-39694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39694"
},
{
"name": "CVE-2025-40300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40300"
},
{
"name": "CVE-2025-39806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39806"
},
{
"name": "CVE-2025-39851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39851"
},
{
"name": "CVE-2025-38721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38721"
},
{
"name": "CVE-2025-39684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39684"
},
{
"name": "CVE-2025-39807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39807"
},
{
"name": "CVE-2025-38725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38725"
},
{
"name": "CVE-2025-38347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38347"
},
{
"name": "CVE-2025-39776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39776"
},
{
"name": "CVE-2025-37968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37968"
},
{
"name": "CVE-2025-38683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38683"
},
{
"name": "CVE-2025-39736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39736"
},
{
"name": "CVE-2025-39846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39846"
},
{
"name": "CVE-2025-39691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39691"
},
{
"name": "CVE-2025-39850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39850"
},
{
"name": "CVE-2025-39844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39844"
},
{
"name": "CVE-2025-39742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39742"
},
{
"name": "CVE-2025-39863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39863"
},
{
"name": "CVE-2025-38701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38701"
},
{
"name": "CVE-2024-58240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58240"
},
{
"name": "CVE-2025-39767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39767"
},
{
"name": "CVE-2025-39817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39817"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2025-39790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39790"
},
{
"name": "CVE-2025-38680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38680"
},
{
"name": "CVE-2025-38684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38684"
},
{
"name": "CVE-2025-39686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39686"
},
{
"name": "CVE-2025-39798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39798"
},
{
"name": "CVE-2025-38730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38730"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-39714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39714"
},
{
"name": "CVE-2025-39854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39854"
},
{
"name": "CVE-2025-39706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39706"
},
{
"name": "CVE-2025-38306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38306"
},
{
"name": "CVE-2025-39719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39719"
},
{
"name": "CVE-2025-39695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39695"
},
{
"name": "CVE-2025-39738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39738"
},
{
"name": "CVE-2025-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39705"
},
{
"name": "CVE-2025-38737",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38737"
},
{
"name": "CVE-2025-39713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39713"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-39756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39756"
},
{
"name": "CVE-2025-38736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38736"
},
{
"name": "CVE-2025-39831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39831"
},
{
"name": "CVE-2025-39693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39693"
},
{
"name": "CVE-2025-39682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39682"
},
{
"name": "CVE-2025-39676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39676"
},
{
"name": "CVE-2025-39832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39832"
},
{
"name": "CVE-2025-39813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39813"
},
{
"name": "CVE-2025-39847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39847"
},
{
"name": "CVE-2025-39819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39819"
},
{
"name": "CVE-2025-39783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39783"
},
{
"name": "CVE-2025-39715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39715"
},
{
"name": "CVE-2025-39835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39835"
},
{
"name": "CVE-2025-38700",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38700"
},
{
"name": "CVE-2025-39841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39841"
},
{
"name": "CVE-2025-39712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39712"
},
{
"name": "CVE-2025-39707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39707"
},
{
"name": "CVE-2025-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39829"
},
{
"name": "CVE-2025-39781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39781"
},
{
"name": "CVE-2025-39780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39780"
},
{
"name": "CVE-2025-39711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39711"
},
{
"name": "CVE-2025-38714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38714"
},
{
"name": "CVE-2025-39836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39836"
},
{
"name": "CVE-2025-38733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38733"
},
{
"name": "CVE-2025-39752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39752"
}
],
"initial_release_date": "2025-09-26T00:00:00",
"last_revision_date": "2025-09-26T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0825",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-26T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Debian. Elles permettent \u00e0 un attaquant de provoquer une \u00e9l\u00e9vation de privil\u00e8ges, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Debian",
"vendor_advisories": [
{
"published_at": "2025-09-22",
"title": "Bulletin de s\u00e9curit\u00e9 Debian DSA-6009-1",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00173.html"
},
{
"published_at": "2025-09-22",
"title": "Bulletin de s\u00e9curit\u00e9 Debian DSA-6008-1",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00172.html"
}
]
}
fkie_cve-2025-39780
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/6a32cbe95029ebe21cc08349fd7ef2a3d32d2043 | ||
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/786f6314604b34c3e7de5f733f4e08e35c448a50 | ||
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/ddf7233fcab6c247379d0928d46cc316ee122229 |
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nsched/ext: Fix invalid task state transitions on class switch\n\nWhen enabling a sched_ext scheduler, we may trigger invalid task state\ntransitions, resulting in warnings like the following (which can be\neasily reproduced by running the hotplug selftest in a loop):\n\n sched_ext: Invalid task state transition 0 -\u003e 3 for fish[770]\n WARNING: CPU: 18 PID: 787 at kernel/sched/ext.c:3862 scx_set_task_state+0x7c/0xc0\n ...\n RIP: 0010:scx_set_task_state+0x7c/0xc0\n ...\n Call Trace:\n \u003cTASK\u003e\n scx_enable_task+0x11f/0x2e0\n switching_to_scx+0x24/0x110\n scx_enable.isra.0+0xd14/0x13d0\n bpf_struct_ops_link_create+0x136/0x1a0\n __sys_bpf+0x1edd/0x2c30\n __x64_sys_bpf+0x21/0x30\n do_syscall_64+0xbb/0x370\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\nThis happens because we skip initialization for tasks that are already\ndead (with their usage counter set to zero), but we don\u0027t exclude them\nduring the scheduling class transition phase.\n\nFix this by also skipping dead tasks during class swiching, preventing\ninvalid task state transitions."
}
],
"id": "CVE-2025-39780",
"lastModified": "2025-09-15T15:22:38.297",
"metrics": {},
"published": "2025-09-11T17:15:43.900",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/6a32cbe95029ebe21cc08349fd7ef2a3d32d2043"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/786f6314604b34c3e7de5f733f4e08e35c448a50"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"url": "https://git.kernel.org/stable/c/ddf7233fcab6c247379d0928d46cc316ee122229"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Awaiting Analysis"
}
wid-sec-w-2025-2040
Vulnerability from csaf_certbund
Notes
{
"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 entfernter, anonymer Angreifer kann mehrere Schwachstellen in Linux Kernel ausnutzen, um Sicherheitsmechanismen zu umgehen, sowie einen Denial of Service Angriff oder andere nicht spezifizierte Angriffe durchzuf\u00fchren.",
"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-2040 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2040.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2040 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2040"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39736",
"url": "https://lore.kernel.org/linux-cve-announce/2025091136-CVE-2025-39736-8dfc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39737",
"url": "https://lore.kernel.org/linux-cve-announce/2025091137-CVE-2025-39737-f096@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39738",
"url": "https://lore.kernel.org/linux-cve-announce/2025091137-CVE-2025-39738-aed1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39739",
"url": "https://lore.kernel.org/linux-cve-announce/2025091138-CVE-2025-39739-941e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39740",
"url": "https://lore.kernel.org/linux-cve-announce/2025091138-CVE-2025-39740-6b46@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39741",
"url": "https://lore.kernel.org/linux-cve-announce/2025091138-CVE-2025-39741-8730@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39742",
"url": "https://lore.kernel.org/linux-cve-announce/2025091139-CVE-2025-39742-37e8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39743",
"url": "https://lore.kernel.org/linux-cve-announce/2025091139-CVE-2025-39743-75bd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39744",
"url": "https://lore.kernel.org/linux-cve-announce/2025091140-CVE-2025-39744-2744@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39745",
"url": "https://lore.kernel.org/linux-cve-announce/2025091140-CVE-2025-39745-ac0b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39746",
"url": "https://lore.kernel.org/linux-cve-announce/2025091140-CVE-2025-39746-7ba5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39747",
"url": "https://lore.kernel.org/linux-cve-announce/2025091141-CVE-2025-39747-a51c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39748",
"url": "https://lore.kernel.org/linux-cve-announce/2025091141-CVE-2025-39748-29e7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39749",
"url": "https://lore.kernel.org/linux-cve-announce/2025091141-CVE-2025-39749-1f58@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39750",
"url": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39750-849e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39751",
"url": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39752",
"url": "https://lore.kernel.org/linux-cve-announce/2025091143-CVE-2025-39752-c203@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39753",
"url": "https://lore.kernel.org/linux-cve-announce/2025091143-CVE-2025-39753-efff@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39754",
"url": "https://lore.kernel.org/linux-cve-announce/2025091143-CVE-2025-39754-9cf6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39756",
"url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39756-6e90@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39757",
"url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39757-e212@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39758",
"url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39758-eaf0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39759",
"url": "https://lore.kernel.org/linux-cve-announce/2025091145-CVE-2025-39759-fa5f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39760",
"url": "https://lore.kernel.org/linux-cve-announce/2025091145-CVE-2025-39760-2d5f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39761",
"url": "https://lore.kernel.org/linux-cve-announce/2025091146-CVE-2025-39761-939b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39762",
"url": "https://lore.kernel.org/linux-cve-announce/2025091146-CVE-2025-39762-a8e0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39763",
"url": "https://lore.kernel.org/linux-cve-announce/2025091146-CVE-2025-39763-902e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39764",
"url": "https://lore.kernel.org/linux-cve-announce/2025091147-CVE-2025-39764-b300@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39765",
"url": "https://lore.kernel.org/linux-cve-announce/2025091143-CVE-2025-39765-5eac@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39766",
"url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39766-7465@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39767",
"url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39767-a259@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39768",
"url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39768-5590@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39769",
"url": "https://lore.kernel.org/linux-cve-announce/2025091145-CVE-2025-39769-da91@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39770",
"url": "https://lore.kernel.org/linux-cve-announce/2025091145-CVE-2025-39770-6e65@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39771",
"url": "https://lore.kernel.org/linux-cve-announce/2025091146-CVE-2025-39771-2a74@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39772",
"url": "https://lore.kernel.org/linux-cve-announce/2025091146-CVE-2025-39772-ddb9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39773",
"url": "https://lore.kernel.org/linux-cve-announce/2025091146-CVE-2025-39773-e511@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39774",
"url": "https://lore.kernel.org/linux-cve-announce/2025091147-CVE-2025-39774-9da3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39775",
"url": "https://lore.kernel.org/linux-cve-announce/2025091147-CVE-2025-39775-4e21@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39776",
"url": "https://lore.kernel.org/linux-cve-announce/2025091147-CVE-2025-39776-90c0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39777",
"url": "https://lore.kernel.org/linux-cve-announce/2025091148-CVE-2025-39777-49b7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39779",
"url": "https://lore.kernel.org/linux-cve-announce/2025091148-CVE-2025-39779-7d77@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39780",
"url": "https://lore.kernel.org/linux-cve-announce/2025091149-CVE-2025-39780-a1da@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39781",
"url": "https://lore.kernel.org/linux-cve-announce/2025091149-CVE-2025-39781-eabe@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39782",
"url": "https://lore.kernel.org/linux-cve-announce/2025091149-CVE-2025-39782-7980@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39783",
"url": "https://lore.kernel.org/linux-cve-announce/2025091150-CVE-2025-39783-b911@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39784",
"url": "https://lore.kernel.org/linux-cve-announce/2025091150-CVE-2025-39784-7851@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39785",
"url": "https://lore.kernel.org/linux-cve-announce/2025091150-CVE-2025-39785-e43d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39786",
"url": "https://lore.kernel.org/linux-cve-announce/2025091151-CVE-2025-39786-96c9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39787",
"url": "https://lore.kernel.org/linux-cve-announce/2025091151-CVE-2025-39787-227f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39788",
"url": "https://lore.kernel.org/linux-cve-announce/2025091152-CVE-2025-39788-a86f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39789",
"url": "https://lore.kernel.org/linux-cve-announce/2025091152-CVE-2025-39789-8cdc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39790",
"url": "https://lore.kernel.org/linux-cve-announce/2025091152-CVE-2025-39790-f6db@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39791",
"url": "https://lore.kernel.org/linux-cve-announce/2025091153-CVE-2025-39791-0f3d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40300",
"url": "https://lore.kernel.org/linux-cve-announce/2025091128-CVE-2025-40300-5569@gregkh/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-4C1D09A51B vom 2025-09-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-4c1d09a51b"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-4F0872847C vom 2025-09-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-4f0872847c"
},
{
"category": "external",
"summary": "Google Cloud Platform Security Bulletin GCP-2025-051 vom 2025-09-11",
"url": "https://cloud.google.com/support/bulletins#gcp-2025-051"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20559 vom 2025-09-12",
"url": "http://linux.oracle.com/errata/ELSA-2025-20559.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20558 vom 2025-09-12",
"url": "http://linux.oracle.com/errata/ELSA-2025-20558.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20560 vom 2025-09-12",
"url": "http://linux.oracle.com/errata/ELSA-2025-20560.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-22C5CC654D vom 2025-09-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-22c5cc654d"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15553-1 vom 2025-09-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PVP3VKOLNACTAV4L3QG7A3ZTUWDRXHAK/"
},
{
"category": "external",
"summary": "Proxmox Security Advisory PSA-2025-00016-1 vom 2025-09-17",
"url": "https://forum.proxmox.com/threads/proxmox-virtual-environment-security-advisories.149331/page-2#-subject-psa-2025-00016-1-spectre-branch-target-injection-from-vm-guests-vmscape"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6008 vom 2025-09-23",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00172.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6009 vom 2025-09-23",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00173.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.15-2025-091 vom 2025-09-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.15-2025-091.html"
},
{
"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": "Red Hat Security Advisory RHSA-2025:17377 vom 2025-10-07",
"url": "https://access.redhat.com/errata/RHSA-2025:17377"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-17377 vom 2025-10-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-17377.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:17760 vom 2025-10-13",
"url": "https://access.redhat.com/errata/RHSA-2025:17760"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:17776 vom 2025-10-13",
"url": "https://access.redhat.com/errata/RHSA-2025:17776"
},
{
"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": "Debian Security Advisory DLA-4327 vom 2025-10-13",
"url": "https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20663 vom 2025-10-13",
"url": "https://linux.oracle.com/errata/ELSA-2025-20663.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-17776 vom 2025-10-14",
"url": "https://linux.oracle.com/errata/ELSA-2025-17776.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-17776 vom 2025-10-14",
"url": "https://oss.oracle.com/pipermail/el-errata/2025-October/018777.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-17760 vom 2025-10-14",
"url": "https://linux.oracle.com/errata/ELSA-2025-17760.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-17776 vom 2025-10-14",
"url": "http://linux.oracle.com/errata/ELSA-2025-17776.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20662 vom 2025-10-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-20662.html"
},
{
"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: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: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:03602-1 vom 2025-10-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022908.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:03613-1 vom 2025-10-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022915.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03626-1 vom 2025-10-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/Z3DYHRRLY43MYRNEEU5SFR4ZRMSPITED/"
},
{
"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": "Red Hat Security Advisory RHSA-2025:18297 vom 2025-10-20",
"url": "https://access.redhat.com/errata/RHSA-2025:18297"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:18298 vom 2025-10-20",
"url": "https://access.redhat.com/errata/RHSA-2025:18298"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:17760 vom 2025-10-18",
"url": "https://errata.build.resf.org/RLSA-2025:17760"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:17776 vom 2025-10-18",
"url": "https://errata.build.resf.org/RLSA-2025:17776"
},
{
"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": "Oracle Linux Security Advisory ELSA-2025-18297 vom 2025-10-20",
"url": "https://linux.oracle.com/errata/ELSA-2025-18297.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:18932 vom 2025-10-22",
"url": "https://access.redhat.com/errata/RHSA-2025:18932"
},
{
"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: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:3761-1 vom 2025-10-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MLTPAKCOQABZPEY7O35CI42PHK5WNIUQ/"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:18297 vom 2025-10-26",
"url": "https://errata.build.resf.org/RLSA-2025:18297"
},
{
"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": "Rocky Linux Security Advisory RLSA-2025:18298 vom 2025-10-26",
"url": "https://errata.build.resf.org/RLSA-2025:18298"
},
{
"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": "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": "Amazon Linux Security Advisory ALAS2-2025-3053 vom 2025-10-27",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3053.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19105 vom 2025-10-27",
"url": "https://access.redhat.com/errata/RHSA-2025:19105"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19104 vom 2025-10-27",
"url": "https://access.redhat.com/errata/RHSA-2025:19104"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19106 vom 2025-10-27",
"url": "https://access.redhat.com/errata/RHSA-2025:19106"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.4-2025-113 vom 2025-10-27",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.4-2025-113.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19106 vom 2025-10-28",
"url": "https://linux.oracle.com/errata/ELSA-2025-19106.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19224 vom 2025-10-29",
"url": "https://access.redhat.com/errata/RHSA-2025:19224"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19223 vom 2025-10-29",
"url": "https://access.redhat.com/errata/RHSA-2025:19223"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19222 vom 2025-10-29",
"url": "https://access.redhat.com/errata/RHSA-2025:19222"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19105 vom 2025-10-28",
"url": "https://linux.oracle.com/errata/ELSA-2025-19105.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19268 vom 2025-10-29",
"url": "https://access.redhat.com/errata/RHSA-2025:19268"
},
{
"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": "Ubuntu Security Notice USN-7854-1 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7854-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7853-1 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7853-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7850-1 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7850-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7853-2 vom 2025-10-30",
"url": "https://ubuntu.com/security/notices/USN-7853-2"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2025-10-30T23:00:00.000+00:00",
"generator": {
"date": "2025-10-31T09:29:15.462+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-2040",
"initial_release_date": "2025-09-11T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-09-11T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-09-14T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-15T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Fedora und openSUSE aufgenommen"
},
{
"date": "2025-09-17T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Proxmox aufgenommen"
},
{
"date": "2025-09-22T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-09-29T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-09-30T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-10-06T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-07T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-12T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-13T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-14T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-15T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-16T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-19T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE, Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-10-20T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-21T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-23T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-26T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und SUSE aufgenommen"
},
{
"date": "2025-10-27T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Amazon, SUSE und Red Hat aufgenommen"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen"
},
{
"date": "2025-10-29T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
}
],
"status": "final",
"version": "23"
}
},
"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": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Cloud Platform",
"product": {
"name": "Google Cloud Platform",
"product_id": "393401",
"product_identification_helper": {
"cpe": "cpe:/a:google:cloud_platform:-"
}
}
},
{
"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": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T033473",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"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": [
{
"branches": [
{
"category": "product_version",
"name": "4",
"product": {
"name": "Proxmox Backup Server 4",
"product_id": "T047060",
"product_identification_helper": {
"cpe": "cpe:/a:proxmox:backup_server:4"
}
}
},
{
"category": "product_version",
"name": "3",
"product": {
"name": "Proxmox Backup Server 3",
"product_id": "T047061",
"product_identification_helper": {
"cpe": "cpe:/a:proxmox:backup_server:3"
}
}
}
],
"category": "product_name",
"name": "Backup Server"
},
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Proxmox Virtual Environment 9",
"product_id": "T047058",
"product_identification_helper": {
"cpe": "cpe:/a:proxmox:virtual_environment:9"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Proxmox Virtual Environment 8",
"product_id": "T047059",
"product_identification_helper": {
"cpe": "cpe:/a:proxmox:virtual_environment:8"
}
}
}
],
"category": "product_name",
"name": "Virtual Environment"
}
],
"category": "vendor",
"name": "Proxmox"
},
{
"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": [
{
"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": "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-2025-39736",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39736"
},
{
"cve": "CVE-2025-39737",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39737"
},
{
"cve": "CVE-2025-39738",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39738"
},
{
"cve": "CVE-2025-39739",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39739"
},
{
"cve": "CVE-2025-39740",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39740"
},
{
"cve": "CVE-2025-39741",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39741"
},
{
"cve": "CVE-2025-39742",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39742"
},
{
"cve": "CVE-2025-39743",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39743"
},
{
"cve": "CVE-2025-39744",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39744"
},
{
"cve": "CVE-2025-39745",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39745"
},
{
"cve": "CVE-2025-39746",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39746"
},
{
"cve": "CVE-2025-39747",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39747"
},
{
"cve": "CVE-2025-39748",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39748"
},
{
"cve": "CVE-2025-39749",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39749"
},
{
"cve": "CVE-2025-39750",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39750"
},
{
"cve": "CVE-2025-39751",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39751"
},
{
"cve": "CVE-2025-39752",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39752"
},
{
"cve": "CVE-2025-39753",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39753"
},
{
"cve": "CVE-2025-39754",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39754"
},
{
"cve": "CVE-2025-39756",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39756"
},
{
"cve": "CVE-2025-39757",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39757"
},
{
"cve": "CVE-2025-39758",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39758"
},
{
"cve": "CVE-2025-39759",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39759"
},
{
"cve": "CVE-2025-39760",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39760"
},
{
"cve": "CVE-2025-39761",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39761"
},
{
"cve": "CVE-2025-39762",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39762"
},
{
"cve": "CVE-2025-39763",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39763"
},
{
"cve": "CVE-2025-39764",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39764"
},
{
"cve": "CVE-2025-39765",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39765"
},
{
"cve": "CVE-2025-39766",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39766"
},
{
"cve": "CVE-2025-39767",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39767"
},
{
"cve": "CVE-2025-39768",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39768"
},
{
"cve": "CVE-2025-39769",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39769"
},
{
"cve": "CVE-2025-39770",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39770"
},
{
"cve": "CVE-2025-39771",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39771"
},
{
"cve": "CVE-2025-39772",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39772"
},
{
"cve": "CVE-2025-39773",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39773"
},
{
"cve": "CVE-2025-39774",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39774"
},
{
"cve": "CVE-2025-39775",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39775"
},
{
"cve": "CVE-2025-39776",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39776"
},
{
"cve": "CVE-2025-39777",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39777"
},
{
"cve": "CVE-2025-39779",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39779"
},
{
"cve": "CVE-2025-39780",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39780"
},
{
"cve": "CVE-2025-39781",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39781"
},
{
"cve": "CVE-2025-39782",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39782"
},
{
"cve": "CVE-2025-39783",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39783"
},
{
"cve": "CVE-2025-39784",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39784"
},
{
"cve": "CVE-2025-39785",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39785"
},
{
"cve": "CVE-2025-39786",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39786"
},
{
"cve": "CVE-2025-39787",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39787"
},
{
"cve": "CVE-2025-39788",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39788"
},
{
"cve": "CVE-2025-39789",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39789"
},
{
"cve": "CVE-2025-39790",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39790"
},
{
"cve": "CVE-2025-39791",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-39791"
},
{
"cve": "CVE-2025-40300",
"product_status": {
"known_affected": [
"T047060",
"67646",
"T047061",
"393401",
"T004914",
"T032255",
"74185",
"T033473",
"2951",
"T002207",
"T000126",
"T027843",
"398363",
"1607324",
"T047058",
"T047059"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-40300"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.