Search criteria
3 vulnerabilities
CVE-2026-9054 (GCVE-0-2026-9054)
Vulnerability from cvelistv5 – Published: 2026-05-22 03:21 – Updated: 2026-05-22 17:15
VLAI?
Title
Invalid IP packets cause a kernel panic
Summary
An attacker sending tcp, il, rudp, rudp, or gre packets with a length less than the header size would trigger a kernel panic.
Severity ?
CWE
- CWE-130 - Improper Handling of Length Parameter Inconsistency
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://git.9front.org/plan9front/9front/7838d689… | mitigation |
| https://git.9front.org/plan9front/9front/f86917b7… | mitigation |
| https://git.9front.org/plan9front/9front/70c97c33… | mitigation |
Impacted products
Date Public ?
2026-05-19 21:50
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-9054",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-22T16:11:35.411313Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-130",
"description": "CWE-130 Improper Handling of Length Parameter Inconsistency",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-22T16:12:40.142Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"networking stack"
],
"packageName": "kernel",
"platforms": [
"x86",
"ARM",
"64 bit",
"32 bit"
],
"product": "9front",
"programFiles": [
"/sys/src/9/ip/il.c",
"/sys/src/9/ip/rudp.c",
"/sys/src/9/ip/udp.c",
"/sys/src/9/ip/gre.c",
"/sys/src/9/ip/tcp.c",
"/sys/src/9/port/qio.c"
],
"programRoutines": [
{
"name": "udpiput()"
},
{
"name": "tcpiput()"
},
{
"name": "rdpiput()"
},
{
"name": "ilpullup()"
},
{
"name": "greiput()"
},
{
"name": "trimblock()"
}
],
"repo": "https://git.9front.org/plan9front/9front/HEAD/info.html",
"vendor": "9front",
"versions": [
{
"lessThan": "70c97c334171c715df82774d1a47638abaca2db4",
"status": "affected",
"version": "863431cff8b47fa20625f4cbee3ea4e92367b152",
"versionType": "git"
}
]
}
],
"datePublic": "2026-05-19T21:50:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "An attacker sending tcp, il, rudp, rudp, or gre packets with a length less than the header size would trigger a kernel panic."
}
],
"value": "An attacker sending tcp, il, rudp, rudp, or gre packets with a length less than the header size would trigger a kernel panic."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "YES",
"Recovery": "AUTOMATIC",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 9.2,
"baseSeverity": "CRITICAL",
"exploitMaturity": "ATTACKED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "HIGH",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:A/AU:Y/R:A",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-22T17:15:48.984Z",
"orgId": "1d66c9f9-fff2-411a-aa19-ca6312fa25e9",
"shortName": "9front"
},
"references": [
{
"tags": [
"mitigation"
],
"url": "https://git.9front.org/plan9front/9front/7838d68969549f938cc8e80c0c2b4218cb12805c/commit.html"
},
{
"tags": [
"mitigation"
],
"url": "https://git.9front.org/plan9front/9front/f86917b75e9562f90545b7e484dbdcd748236952/commit.html"
},
{
"tags": [
"mitigation"
],
"url": "https://git.9front.org/plan9front/9front/70c97c334171c715df82774d1a47638abaca2db4/commit.html"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Invalid IP packets cause a kernel panic",
"x_generator": {
"engine": "Vulnogram 1.0.2"
}
}
},
"cveMetadata": {
"assignerOrgId": "1d66c9f9-fff2-411a-aa19-ca6312fa25e9",
"assignerShortName": "9front",
"cveId": "CVE-2026-9054",
"datePublished": "2026-05-22T03:21:49.646Z",
"dateReserved": "2026-05-19T21:39:27.357Z",
"dateUpdated": "2026-05-22T17:15:48.984Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-9053 (GCVE-0-2026-9053)
Vulnerability from cvelistv5 – Published: 2026-05-22 02:57 – Updated: 2026-05-22 12:36
VLAI?
Summary
Mothra would respect a default value given by a website for HTML file upload forms. An attacker could craft a website with a malicious default file path, and then conceal this form element.
Severity ?
CWE
- CWE-434 - Unrestricted Upload of File with Dangerous Type
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://git.9front.org/plan9front/9front/d145acc9… | mitigation |
Impacted products
Credits
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-9053",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-22T12:35:42.430223Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-434",
"description": "CWE-434 Unrestricted Upload of File with Dangerous Type",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-22T12:36:11.446Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"mothra"
],
"packageName": "mothra",
"platforms": [
"x86",
"32 bit",
"64 bit"
],
"product": "9front",
"programFiles": [
"/sys/src/cmd/mothra/forms.c"
],
"programRoutines": [
{
"name": "rdform()"
}
],
"repo": "https://git.9front.org/plan9front/9front/HEAD/info.html",
"vendor": "9front",
"versions": [
{
"lessThan": "d145acc9ef0da47131af6ad94e87264e04870d47",
"status": "affected",
"version": "f04e113279274526a8dae34de373027b68921fbf",
"versionType": "git"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Kristo"
},
{
"lang": "en",
"type": "reporter",
"value": "Kristo"
},
{
"lang": "en",
"type": "coordinator",
"value": "Jacob Moody"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Kristo"
},
{
"lang": "en",
"type": "remediation developer",
"value": "cinap_lenrek"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Mothra would respect a default value given by a website for HTML file upload forms. An attacker could craft a website with a malicious default file path, and then conceal this form element."
}
],
"value": "Mothra would respect a default value given by a website for HTML file upload forms. An attacker could craft a website with a malicious default file path, and then conceal this form element."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NO",
"Recovery": "AUTOMATIC",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"exploitMaturity": "PROOF_OF_CONCEPT",
"privilegesRequired": "NONE",
"providerUrgency": "AMBER",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:P/AU:N/R:A/RE:L/U:Amber",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "LOW"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-05-22T02:57:35.162Z",
"orgId": "1d66c9f9-fff2-411a-aa19-ca6312fa25e9",
"shortName": "9front"
},
"references": [
{
"tags": [
"mitigation"
],
"url": "https://git.9front.org/plan9front/9front/d145acc9ef0da47131af6ad94e87264e04870d47/commit.html"
}
],
"source": {
"discovery": "UNKNOWN"
},
"timeline": [
{
"lang": "en",
"time": "2026-05-10T18:00:00.000Z",
"value": "Initial private disclosure"
},
{
"lang": "en",
"time": "2026-05-11T18:18:00.000Z",
"value": "Fix committed"
}
],
"x_generator": {
"engine": "Vulnogram 1.0.2"
}
}
},
"cveMetadata": {
"assignerOrgId": "1d66c9f9-fff2-411a-aa19-ca6312fa25e9",
"assignerShortName": "9front",
"cveId": "CVE-2026-9053",
"datePublished": "2026-05-22T02:57:35.162Z",
"dateReserved": "2026-05-19T21:39:13.119Z",
"dateUpdated": "2026-05-22T12:36:11.446Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2024-8158 (GCVE-0-2024-8158)
Vulnerability from cvelistv5 – Published: 2024-08-25 21:31 – Updated: 2024-08-26 15:22
VLAI?
Title
User impersonation for lib9p based 9p fileservers
Summary
A bug in the 9p authentication implementation within lib9p allows an attacker with an existing valid user within the configured auth server to impersonate any other valid filesystem user.
This is due to lib9p not properly verifying that the uname given in the Tauth and Tattach 9p messages matches the client UID returned from the factotum authentication handshake.
The only filesystem making use of these functions within the base 9front systems is the experimental hjfs disk filesystem, other disk filesystems (cwfs and gefs) are not affected by this bug.
This bug was inherited from Plan 9 and is present in all versions of 9front and is remedied fully in commit 9645ae07eb66a59015e3e118d0024790c37400da.
Severity ?
CWE
- CWE-639 - Authorization Bypass Through User-Controlled Key
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://git.9front.org/plan9front/plan9front/07aa… | patch |
Impacted products
Date Public ?
2024-08-24 21:58
Credits
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:9front:9front:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "9front",
"vendor": "9front",
"versions": [
{
"lessThan": "9645ae07eb66a59015e3e118d0024790c37400da",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-8158",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-08-26T15:20:06.656882Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-08-26T15:22:18.885Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"lib9p",
"hjfs"
],
"product": "9front",
"repo": "http://git.9front.org/plan9front/plan9front/HEAD/info.html",
"vendor": "9front",
"versions": [
{
"lessThan": "9645ae07eb66a59015e3e118d0024790c37400da",
"status": "affected",
"version": "0",
"versionType": "Commit Hash"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "humm"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Jacob Moody"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "cinap_lenrek"
}
],
"datePublic": "2024-08-24T21:58:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cdiv\u003eA bug in the 9p authentication implementation within lib9p allows an attacker with an existing valid user within the configured auth server to impersonate any other valid filesystem user.\u003c/div\u003e\u003cdiv\u003eThis is due to lib9p not properly verifying that the uname given in the Tauth and Tattach 9p messages matches the client UID returned from the factotum authentication handshake.\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eThe only filesystem making use of these functions within the base 9front systems is the experimental hjfs disk filesystem, other disk filesystems (cwfs and gefs) are not affected by this bug.\u003c/div\u003e\u003cdiv\u003eThis bug was inherited from Plan 9 and is present in all versions of 9front and is remedied fully in commit 9645ae07eb66a59015e3e118d0024790c37400da.\u003cbr\u003e\u003c/div\u003e"
}
],
"value": "A bug in the 9p authentication implementation within lib9p allows an attacker with an existing valid user within the configured auth server to impersonate any other valid filesystem user.\n\nThis is due to lib9p not properly verifying that the uname given in the Tauth and Tattach 9p messages matches the client UID returned from the factotum authentication handshake.\n\n\nThe only filesystem making use of these functions within the base 9front systems is the experimental hjfs disk filesystem, other disk filesystems (cwfs and gefs) are not affected by this bug.\n\nThis bug was inherited from Plan 9 and is present in all versions of 9front and is remedied fully in commit 9645ae07eb66a59015e3e118d0024790c37400da."
}
],
"impacts": [
{
"capecId": "CAPEC-114",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-114 Authentication Abuse"
}
]
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NO",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"privilegesRequired": "LOW",
"providerUrgency": "RED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "HIGH",
"userInteraction": "NONE",
"valueDensity": "CONCENTRATED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/AU:N/V:C/RE:L/U:Red",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "LOW"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-639",
"description": "CWE-639 Authorization Bypass Through User-Controlled Key",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-08-25T21:31:08.246Z",
"orgId": "1d66c9f9-fff2-411a-aa19-ca6312fa25e9",
"shortName": "9front"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://git.9front.org/plan9front/plan9front/07aa9bfeef55ca987d411115adcfbbd4390ecf34/commit.html"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cdiv\u003eUpdate 9front to at least commit 9645ae07eb66a59015e3e118d0024790c37400da and follow these update instructions:\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003e1. Make and install the now patched version of lib9p.\u003c/div\u003e\u003cdiv\u003e2. Make and install the new patched version of hjfs.\u003c/div\u003e\u003cdiv\u003e3. Make and install the kernel to include the patched hjfs within the kernel\u0027s paqfs.\u003cbr\u003e\u003c/div\u003e"
}
],
"value": "Update 9front to at least commit 9645ae07eb66a59015e3e118d0024790c37400da and follow these update instructions:\n\n\n\n\n1. Make and install the now patched version of lib9p.\n\n2. Make and install the new patched version of hjfs.\n\n3. Make and install the kernel to include the patched hjfs within the kernel\u0027s paqfs."
}
],
"source": {
"discovery": "INTERNAL"
},
"title": "User impersonation for lib9p based 9p fileservers",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "1d66c9f9-fff2-411a-aa19-ca6312fa25e9",
"assignerShortName": "9front",
"cveId": "CVE-2024-8158",
"datePublished": "2024-08-25T21:31:08.246Z",
"dateReserved": "2024-08-25T21:25:59.746Z",
"dateUpdated": "2024-08-26T15:22:18.885Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}