CVE-2026-43365 (GCVE-0-2026-43365)
Vulnerability from cvelistv5 – Published: 2026-05-08 14:21 – Updated: 2026-08-05 12:27
VLAI
EPSS
VEX
Title
xfs: fix undersized l_iclog_roundoff values
Summary
In the Linux kernel, the following vulnerability has been resolved:
xfs: fix undersized l_iclog_roundoff values
If the superblock doesn't list a log stripe unit, we set the incore log
roundoff value to 512. This leads to corrupt logs and unmountable
filesystems in generic/617 on a disk with 4k physical sectors...
XFS (sda1): Mounting V5 Filesystem ff3121ca-26e6-4b77-b742-aaff9a449e1c
XFS (sda1): Torn write (CRC failure) detected at log block 0x318e. Truncating head block from 0x3197.
XFS (sda1): failed to locate log tail
XFS (sda1): log mount/recovery failed: error -74
XFS (sda1): log mount failed
XFS (sda1): Mounting V5 Filesystem ff3121ca-26e6-4b77-b742-aaff9a449e1c
XFS (sda1): Ending clean mount
...on the current xfsprogs for-next which has a broken mkfs. xfs_info
shows this...
meta-data=/dev/sda1 isize=512 agcount=4, agsize=644992 blks
= sectsz=4096 attr=2, projid32bit=1
= crc=1 finobt=1, sparse=1, rmapbt=1
= reflink=1 bigtime=1 inobtcount=1 nrext64=1
= exchange=1 metadir=1
data = bsize=4096 blocks=2579968, imaxpct=25
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0, ftype=1, parent=1
log =internal log bsize=4096 blocks=16384, version=2
= sectsz=4096 sunit=0 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0
= rgcount=0 rgsize=268435456 extents
= zoned=0 start=0 reserved=0
...observe that the log section has sectsz=4096 sunit=0, which means
that the roundoff factor is 512, not 4096 as you'd expect. We should
fix mkfs not to generate broken filesystems, but anyone can fuzz the
ondisk superblock so we should be more cautious. I think the inadequate
logic predates commit a6a65fef5ef8d0, but that's clearly going to
require a different backport.
Severity
8.2 (High)
Assigner
References
7 references
Impacted products
2 products
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Linux | Linux |
Affected:
a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48 , < 5afae524f83d6a18517298491a5624cb0eae5029
(git)
Affected: a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48 , < 2ecda4b83749c1fef0c9dea4fd5e8b513aba3e40 (git) Affected: a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48 , < 41e91dff2d3974730b5ee50daa8e27ec254cbf91 (git) Affected: a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48 , < e88ce9f0536f3b2149afb70625cfc4bd74a4ac6d (git) Affected: a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48 , < 446a1f5bb64ba38adb93cb043ff0f7b85e8937ca (git) Affected: a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48 , < 5e7148402dfc4a5b7894d8e97b15e5c2e70924aa (git) Affected: a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48 , < 52a8a1ba883defbfe3200baa22cf4cd21985d51a (git) |
guessed | |
| Linux | Linux |
Affected:
5.14
Unaffected: 0 , < 5.14 (semver) Unaffected: 5.15.203 , ≤ 5.15.* (semver) Unaffected: 6.1.167 , ≤ 6.1.* (semver) Unaffected: 6.6.130 , ≤ 6.6.* (semver) Unaffected: 6.12.78 , ≤ 6.12.* (semver) Unaffected: 6.18.19 , ≤ 6.18.* (semver) Unaffected: 6.19.9 , ≤ 6.19.* (semver) Unaffected: 7.0 , ≤ * (original_commit_for_fix) |
guessed |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/xfs/xfs_log.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "5afae524f83d6a18517298491a5624cb0eae5029",
"status": "affected",
"version": "a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48",
"versionType": "git"
},
{
"lessThan": "2ecda4b83749c1fef0c9dea4fd5e8b513aba3e40",
"status": "affected",
"version": "a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48",
"versionType": "git"
},
{
"lessThan": "41e91dff2d3974730b5ee50daa8e27ec254cbf91",
"status": "affected",
"version": "a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48",
"versionType": "git"
},
{
"lessThan": "e88ce9f0536f3b2149afb70625cfc4bd74a4ac6d",
"status": "affected",
"version": "a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48",
"versionType": "git"
},
{
"lessThan": "446a1f5bb64ba38adb93cb043ff0f7b85e8937ca",
"status": "affected",
"version": "a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48",
"versionType": "git"
},
{
"lessThan": "5e7148402dfc4a5b7894d8e97b15e5c2e70924aa",
"status": "affected",
"version": "a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48",
"versionType": "git"
},
{
"lessThan": "52a8a1ba883defbfe3200baa22cf4cd21985d51a",
"status": "affected",
"version": "a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/xfs/xfs_log.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.14"
},
{
"lessThan": "5.14",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.203",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.167",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.130",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.78",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.19",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.9",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.0",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.203",
"versionStartIncluding": "5.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.167",
"versionStartIncluding": "5.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.130",
"versionStartIncluding": "5.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.78",
"versionStartIncluding": "5.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.19",
"versionStartIncluding": "5.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.9",
"versionStartIncluding": "5.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0",
"versionStartIncluding": "5.14",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: fix undersized l_iclog_roundoff values\n\nIf the superblock doesn\u0027t list a log stripe unit, we set the incore log\nroundoff value to 512. This leads to corrupt logs and unmountable\nfilesystems in generic/617 on a disk with 4k physical sectors...\n\nXFS (sda1): Mounting V5 Filesystem ff3121ca-26e6-4b77-b742-aaff9a449e1c\nXFS (sda1): Torn write (CRC failure) detected at log block 0x318e. Truncating head block from 0x3197.\nXFS (sda1): failed to locate log tail\nXFS (sda1): log mount/recovery failed: error -74\nXFS (sda1): log mount failed\nXFS (sda1): Mounting V5 Filesystem ff3121ca-26e6-4b77-b742-aaff9a449e1c\nXFS (sda1): Ending clean mount\n\n...on the current xfsprogs for-next which has a broken mkfs. xfs_info\nshows this...\n\nmeta-data=/dev/sda1 isize=512 agcount=4, agsize=644992 blks\n = sectsz=4096 attr=2, projid32bit=1\n = crc=1 finobt=1, sparse=1, rmapbt=1\n = reflink=1 bigtime=1 inobtcount=1 nrext64=1\n = exchange=1 metadir=1\ndata = bsize=4096 blocks=2579968, imaxpct=25\n = sunit=0 swidth=0 blks\nnaming =version 2 bsize=4096 ascii-ci=0, ftype=1, parent=1\nlog =internal log bsize=4096 blocks=16384, version=2\n = sectsz=4096 sunit=0 blks, lazy-count=1\nrealtime =none extsz=4096 blocks=0, rtextents=0\n = rgcount=0 rgsize=268435456 extents\n = zoned=0 start=0 reserved=0\n\n...observe that the log section has sectsz=4096 sunit=0, which means\nthat the roundoff factor is 512, not 4096 as you\u0027d expect. We should\nfix mkfs not to generate broken filesystems, but anyone can fuzz the\nondisk superblock so we should be more cautious. I think the inadequate\nlogic predates commit a6a65fef5ef8d0, but that\u0027s clearly going to\nrequire a different backport."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"scenarios": [
{
"lang": "en",
"value": "AV:N - Although direct mounting XFS is local/admin-only, the vulnerable XFS log write path is reachable through network-facing services such as nfsd or ksmbd when they export an affected XFS filesystem. A remote client can trigger ordinary create/write/metadata operations that reach XFS transaction logging.\nAC:L - There is no race or fragile memory-layout requirement; once the affected log geometry exists, normal metadata/log traffic reliably uses the undersized roundoff. The attacker only needs to cause filesystem activity that commits XFS transactions.\nPR:N - In the highest reasonable deployment, an anonymous or guest writable network export/upload path backed by XFS lets a remote attacker trigger the path without host privileges. If the export requires credentials this would be PR:L, but the higher-severity reasonable case is unauthenticated write access.\nUI:N - No additional victim action is required after the affected filesystem is mounted/exported. The attacker can trigger log writes by issuing normal remote file operations.\nS:U - The impact remains within the same kernel/filesystem security authority. This is not a VM escape, IOMMU bypass, or cross-scope sandbox escape.\nC:N - The bug corrupts XFS log sizing/alignment and recovery state, but does not expose kernel memory or filesystem contents. I found no read primitive or information disclosure path.\nI:L - The issue can corrupt the XFS journal/on-disk filesystem state, but the corruption is not an attacker-controlled arbitrary write. This supports limited integrity impact rather than full integrity compromise.\nA:H - Corrupt logs can make the filesystem fail log recovery and become unmountable, which is a high availability impact for root, server, or shared storage deployments. The failure can deny access to the affected filesystem and dependent services."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-05T12:27:29.220Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/5afae524f83d6a18517298491a5624cb0eae5029"
},
{
"url": "https://git.kernel.org/stable/c/2ecda4b83749c1fef0c9dea4fd5e8b513aba3e40"
},
{
"url": "https://git.kernel.org/stable/c/41e91dff2d3974730b5ee50daa8e27ec254cbf91"
},
{
"url": "https://git.kernel.org/stable/c/e88ce9f0536f3b2149afb70625cfc4bd74a4ac6d"
},
{
"url": "https://git.kernel.org/stable/c/446a1f5bb64ba38adb93cb043ff0f7b85e8937ca"
},
{
"url": "https://git.kernel.org/stable/c/5e7148402dfc4a5b7894d8e97b15e5c2e70924aa"
},
{
"url": "https://git.kernel.org/stable/c/52a8a1ba883defbfe3200baa22cf4cd21985d51a"
}
],
"title": "xfs: fix undersized l_iclog_roundoff values",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-43365",
"datePublished": "2026-05-08T14:21:18.405Z",
"dateReserved": "2026-05-01T14:12:56.005Z",
"dateUpdated": "2026-08-05T12:27:29.220Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-43365",
"date": "2026-09-13",
"epss": "0.00414",
"percentile": "0.34919"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-43365\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-08T15:16:47.490\",\"lastModified\":\"2026-06-17T10:49:27.710\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nxfs: fix undersized l_iclog_roundoff values\\n\\nIf the superblock doesn\u0027t list a log stripe unit, we set the incore log\\nroundoff value to 512. This leads to corrupt logs and unmountable\\nfilesystems in generic/617 on a disk with 4k physical sectors...\\n\\nXFS (sda1): Mounting V5 Filesystem ff3121ca-26e6-4b77-b742-aaff9a449e1c\\nXFS (sda1): Torn write (CRC failure) detected at log block 0x318e. Truncating head block from 0x3197.\\nXFS (sda1): failed to locate log tail\\nXFS (sda1): log mount/recovery failed: error -74\\nXFS (sda1): log mount failed\\nXFS (sda1): Mounting V5 Filesystem ff3121ca-26e6-4b77-b742-aaff9a449e1c\\nXFS (sda1): Ending clean mount\\n\\n...on the current xfsprogs for-next which has a broken mkfs. xfs_info\\nshows this...\\n\\nmeta-data=/dev/sda1 isize=512 agcount=4, agsize=644992 blks\\n = sectsz=4096 attr=2, projid32bit=1\\n = crc=1 finobt=1, sparse=1, rmapbt=1\\n = reflink=1 bigtime=1 inobtcount=1 nrext64=1\\n = exchange=1 metadir=1\\ndata = bsize=4096 blocks=2579968, imaxpct=25\\n = sunit=0 swidth=0 blks\\nnaming =version 2 bsize=4096 ascii-ci=0, ftype=1, parent=1\\nlog =internal log bsize=4096 blocks=16384, version=2\\n = sectsz=4096 sunit=0 blks, lazy-count=1\\nrealtime =none extsz=4096 blocks=0, rtextents=0\\n = rgcount=0 rgsize=268435456 extents\\n = zoned=0 start=0 reserved=0\\n\\n...observe that the log section has sectsz=4096 sunit=0, which means\\nthat the roundoff factor is 512, not 4096 as you\u0027d expect. We should\\nfix mkfs not to generate broken filesystems, but anyone can fuzz the\\nondisk superblock so we should be more cautious. I think the inadequate\\nlogic predates commit a6a65fef5ef8d0, but that\u0027s clearly going to\\nrequire a different backport.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/xfs/xfs_log.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48\",\"lessThan\":\"5afae524f83d6a18517298491a5624cb0eae5029\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48\",\"lessThan\":\"2ecda4b83749c1fef0c9dea4fd5e8b513aba3e40\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48\",\"lessThan\":\"41e91dff2d3974730b5ee50daa8e27ec254cbf91\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48\",\"lessThan\":\"e88ce9f0536f3b2149afb70625cfc4bd74a4ac6d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48\",\"lessThan\":\"446a1f5bb64ba38adb93cb043ff0f7b85e8937ca\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48\",\"lessThan\":\"5e7148402dfc4a5b7894d8e97b15e5c2e70924aa\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6a65fef5ef8d0a6a0ce514eb66b2f3dfa777b48\",\"lessThan\":\"52a8a1ba883defbfe3200baa22cf4cd21985d51a\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/xfs/xfs_log.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.14\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.14\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.203\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.167\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.130\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.78\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.19\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.9\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H\",\"baseScore\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":4.2}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.14\",\"versionEndExcluding\":\"5.15.203\",\"matchCriteriaId\":\"D6A985A0-96A3-4E0A-B271-C7200F325EF1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.167\",\"matchCriteriaId\":\"2EDC6BAF-B710-4E26-B6AA-D68922EE7B43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.130\",\"matchCriteriaId\":\"C57BB918-DF28-46B3-94F7-144176841267\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.78\",\"matchCriteriaId\":\"28D591F5-B196-4CC9-905C-DC80F116E7A8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.19\",\"matchCriteriaId\":\"D394AC60-6F28-435F-872A-CCDF384B8331\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.9\",\"matchCriteriaId\":\"E825E7C3-FEAC-4FD3-8A81-78D7387948C9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F253B622-8837-4245-BCE5-A7BF8FC76A16\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F666C8D8-6538-46D4-B318-87610DE64C34\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2ecda4b83749c1fef0c9dea4fd5e8b513aba3e40\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/41e91dff2d3974730b5ee50daa8e27ec254cbf91\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/446a1f5bb64ba38adb93cb043ff0f7b85e8937ca\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/52a8a1ba883defbfe3200baa22cf4cd21985d51a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5afae524f83d6a18517298491a5624cb0eae5029\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5e7148402dfc4a5b7894d8e97b15e5c2e70924aa\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e88ce9f0536f3b2149afb70625cfc4bd74a4ac6d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-02T12:46:35+00:00",
"cve": "CVE-2026-43365",
"id": "CVE-2026-43365",
"initial_release_date": "2026-05-08T00:00:00+00:00",
"product_status:known_affected": "246",
"product_status:known_not_affected": "28",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: xfs: fix undersized l_iclog_roundoff values",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43365.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-09-11T01:18:14Z",
"cve": "CVE-2026-43365",
"id": "CVE-2026-43365",
"initial_release_date": "2026-05-13T03:34:51Z",
"product_status:first_fixed": "2",
"product_status:known_affected": "394",
"product_status:known_not_affected": "175",
"product_status:recommended": "472",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-43365",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-43365.json",
"version": "27"
}
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
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.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…