Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-44894 (GCVE-0-2026-44894)
Vulnerability from cvelistv5 – Published: 2026-06-12 14:06 – Updated: 2026-06-13 03:04- CWE-940 - Improper Verification of Source of a Communication Channel
| URL | Tags |
|---|---|
| https://github.com/netty/netty/security/advisorie… | x_refsource_CONFIRM |
| https://github.com/netty/netty/releases/tag/netty… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-44894",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-13T03:03:54.989814Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-13T03:04:10.351Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "netty",
"vendor": "netty",
"versions": [
{
"status": "affected",
"version": "\u003e= 4.2.0.Final, \u003c 4.2.15.Final"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Netty is a network application framework for development of protocol servers and clients. NoQuicTokenHandler is the tokenHandler used when the application does not set one. Prior to version 4.2.15.Final, its writeToken() returns false (server will not send Retry \u2014 acceptable), but validateToken() unconditionally `return 0`. In QuicheQuicServerCodec.handlePacket(), a non-negative return from validateToken() is interpreted as \u0027token is valid, ODCID starts at offset 0\u0027, causing the server to call quiche_accept as if the client\u0027s address had been validated by a Retry round-trip. Per RFC 9000 \u00a78.1, a validated address lifts the 3\u00d7 anti-amplification send limit. Thus any attacker who includes ANY non-empty token bytes in an Initial packet \u2014 with a spoofed victim source IP \u2014 causes the Netty server to treat the victim as validated and reflect full-size handshake flights (certificates, etc.) toward it without the 3\u00d7 cap. The correct \u0027no token handler\u0027 semantics would be to return -1 (invalid) so the normal un-validated path and amplification limit apply. Version 4.2.15.Final patches the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-940",
"description": "CWE-940: Improper Verification of Source of a Communication Channel",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-12T14:06:54.213Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j"
},
{
"name": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
}
],
"source": {
"advisory": "GHSA-cmm3-54f8-px4j",
"discovery": "UNKNOWN"
},
"title": "Netty\u0027s Default QUIC token handler accepts any client-supplied token"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-44894",
"datePublished": "2026-06-12T14:06:54.213Z",
"dateReserved": "2026-05-07T21:50:33.545Z",
"dateUpdated": "2026-06-13T03:04:10.351Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-44894",
"date": "2026-06-17",
"epss": "0.00232",
"percentile": "0.1379"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-44894\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-06-12T15:16:26.240\",\"lastModified\":\"2026-06-15T02:23:16.623\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Netty is a network application framework for development of protocol servers and clients. NoQuicTokenHandler is the tokenHandler used when the application does not set one. Prior to version 4.2.15.Final, its writeToken() returns false (server will not send Retry \u2014 acceptable), but validateToken() unconditionally `return 0`. In QuicheQuicServerCodec.handlePacket(), a non-negative return from validateToken() is interpreted as \u0027token is valid, ODCID starts at offset 0\u0027, causing the server to call quiche_accept as if the client\u0027s address had been validated by a Retry round-trip. Per RFC 9000 \u00a78.1, a validated address lifts the 3\u00d7 anti-amplification send limit. Thus any attacker who includes ANY non-empty token bytes in an Initial packet \u2014 with a spoofed victim source IP \u2014 causes the Netty server to treat the victim as validated and reflect full-size handshake flights (certificates, etc.) toward it without the 3\u00d7 cap. The correct \u0027no token handler\u0027 semantics would be to return -1 (invalid) so the normal un-validated path and amplification limit apply. Version 4.2.15.Final patches the issue.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-940\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.2.0\",\"versionEndExcluding\":\"4.2.15\",\"matchCriteriaId\":\"413D4611-A46C-4BE4-AB2F-D86282F65984\"}]}]}],\"references\":[{\"url\":\"https://github.com/netty/netty/releases/tag/netty-4.2.15.Final\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-44894\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-13T03:03:54.989814Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-13T03:04:04.265Z\"}}], \"cna\": {\"title\": \"Netty\u0027s Default QUIC token handler accepts any client-supplied token\", \"source\": {\"advisory\": \"GHSA-cmm3-54f8-px4j\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"netty\", \"product\": \"netty\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 4.2.0.Final, \u003c 4.2.15.Final\"}]}], \"references\": [{\"url\": \"https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j\", \"name\": \"https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/netty/netty/releases/tag/netty-4.2.15.Final\", \"name\": \"https://github.com/netty/netty/releases/tag/netty-4.2.15.Final\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Netty is a network application framework for development of protocol servers and clients. NoQuicTokenHandler is the tokenHandler used when the application does not set one. Prior to version 4.2.15.Final, its writeToken() returns false (server will not send Retry \\u2014 acceptable), but validateToken() unconditionally `return 0`. In QuicheQuicServerCodec.handlePacket(), a non-negative return from validateToken() is interpreted as \u0027token is valid, ODCID starts at offset 0\u0027, causing the server to call quiche_accept as if the client\u0027s address had been validated by a Retry round-trip. Per RFC 9000 \\u00a78.1, a validated address lifts the 3\\u00d7 anti-amplification send limit. Thus any attacker who includes ANY non-empty token bytes in an Initial packet \\u2014 with a spoofed victim source IP \\u2014 causes the Netty server to treat the victim as validated and reflect full-size handshake flights (certificates, etc.) toward it without the 3\\u00d7 cap. The correct \u0027no token handler\u0027 semantics would be to return -1 (invalid) so the normal un-validated path and amplification limit apply. Version 4.2.15.Final patches the issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-940\", \"description\": \"CWE-940: Improper Verification of Source of a Communication Channel\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-06-12T14:06:54.213Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-44894\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-13T03:04:10.351Z\", \"dateReserved\": \"2026-05-07T21:50:33.545Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-06-12T14:06:54.213Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
cleanstart-2026-eg39405
Vulnerability from cleanstart
Multiple security vulnerabilities affect the trino package. Netty is an asynchronous, event-driven network application framework. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "trino"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "480-r3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the trino package. Netty is an asynchronous, event-driven network application framework. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-EG39405",
"modified": "2026-06-10T07:43:19Z",
"published": "2026-06-11T01:01:54.682665Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-EG39405.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61731"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-67721"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68119"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1225"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1605"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27145"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33871"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-39824"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-39826"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-39836"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-41417"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42499"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42504"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42507"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42577"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42578"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42579"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42580"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42581"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42582"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42583"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42584"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42585"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42586"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-42587"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-44248"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-44893"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-44894"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-45536"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-46340"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-72hv-8253-57qq"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61730"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67721"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68119"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1225"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1605"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39824"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39826"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39836"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41417"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42507"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42577"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42578"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42579"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42580"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42581"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42582"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42583"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42584"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42585"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42586"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42587"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44248"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44893"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44894"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45536"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46340"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Netty is an asynchronous, event-driven network application framework",
"upstream": [
"CVE-2025-61726",
"CVE-2025-61727",
"CVE-2025-61728",
"CVE-2025-61729",
"CVE-2025-61730",
"CVE-2025-61731",
"CVE-2025-61732",
"CVE-2025-67721",
"CVE-2025-68119",
"CVE-2025-68121",
"CVE-2026-1225",
"CVE-2026-1605",
"CVE-2026-25679",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-27145",
"CVE-2026-33871",
"CVE-2026-39824",
"CVE-2026-39826",
"CVE-2026-39836",
"CVE-2026-41417",
"CVE-2026-42499",
"CVE-2026-42504",
"CVE-2026-42507",
"CVE-2026-42577",
"CVE-2026-42578",
"CVE-2026-42579",
"CVE-2026-42580",
"CVE-2026-42581",
"CVE-2026-42582",
"CVE-2026-42583",
"CVE-2026-42584",
"CVE-2026-42585",
"CVE-2026-42586",
"CVE-2026-42587",
"CVE-2026-44248",
"CVE-2026-44893",
"CVE-2026-44894",
"CVE-2026-45536",
"CVE-2026-46340",
"ghsa-72hv-8253-57qq"
]
}
FKIE_CVE-2026-44894
Vulnerability from fkie_nvd - Published: 2026-06-12 15:16 - Updated: 2026-06-15 02:23{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:*",
"matchCriteriaId": "413D4611-A46C-4BE4-AB2F-D86282F65984",
"versionEndExcluding": "4.2.15",
"versionStartIncluding": "4.2.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Netty is a network application framework for development of protocol servers and clients. NoQuicTokenHandler is the tokenHandler used when the application does not set one. Prior to version 4.2.15.Final, its writeToken() returns false (server will not send Retry \u2014 acceptable), but validateToken() unconditionally `return 0`. In QuicheQuicServerCodec.handlePacket(), a non-negative return from validateToken() is interpreted as \u0027token is valid, ODCID starts at offset 0\u0027, causing the server to call quiche_accept as if the client\u0027s address had been validated by a Retry round-trip. Per RFC 9000 \u00a78.1, a validated address lifts the 3\u00d7 anti-amplification send limit. Thus any attacker who includes ANY non-empty token bytes in an Initial packet \u2014 with a spoofed victim source IP \u2014 causes the Netty server to treat the victim as validated and reflect full-size handshake flights (certificates, etc.) toward it without the 3\u00d7 cap. The correct \u0027no token handler\u0027 semantics would be to return -1 (invalid) so the normal un-validated path and amplification limit apply. Version 4.2.15.Final patches the issue."
}
],
"id": "CVE-2026-44894",
"lastModified": "2026-06-15T02:23:16.623",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-06-12T15:16:26.240",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-940"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
GHSA-CMM3-54F8-PX4J
Vulnerability from github – Published: 2026-06-08 22:59 – Updated: 2026-06-12 19:29NoQuicTokenHandler is the tokenHandler used when the application does not set one. Its writeToken() returns false (server will not send Retry — acceptable), but validateToken() unconditionally return 0. In QuicheQuicServerCodec.handlePacket(), a non-negative return from validateToken() is interpreted as 'token is valid, ODCID starts at offset 0', causing the server to call quiche_accept as if the client's address had been validated by a Retry round-trip. Per RFC 9000 §8.1, a validated address lifts the 3× anti-amplification send limit. Thus any attacker who includes ANY non-empty token bytes in an Initial packet — with a spoofed victim source IP — causes the Netty server to treat the victim as validated and reflect full-size handshake flights (certificates, etc.) toward it without the 3× cap. The correct 'no token handler' semantics would be to return -1 (invalid) so the normal un-validated path and amplification limit apply.
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 4.2.14.Final"
},
"package": {
"ecosystem": "Maven",
"name": "io.netty:netty-codec-classes-quic"
},
"ranges": [
{
"events": [
{
"introduced": "4.2.0.Final"
},
{
"fixed": "4.2.15.Final"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-44894"
],
"database_specific": {
"cwe_ids": [
"CWE-940"
],
"github_reviewed": true,
"github_reviewed_at": "2026-06-08T22:59:43Z",
"nvd_published_at": "2026-06-12T15:16:26Z",
"severity": "HIGH"
},
"details": "NoQuicTokenHandler is the tokenHandler used when the application does not set one. Its writeToken() returns false (server will not send Retry \u2014 acceptable), but validateToken() unconditionally `return 0`. In QuicheQuicServerCodec.handlePacket(), a non-negative return from validateToken() is interpreted as \u0027token is valid, ODCID starts at offset 0\u0027, causing the server to call quiche_accept as if the client\u0027s address had been validated by a Retry round-trip. Per RFC 9000 \u00a78.1, a validated address lifts the 3\u00d7 anti-amplification send limit. Thus any attacker who includes ANY non-empty token bytes in an Initial packet \u2014 with a spoofed victim source IP \u2014 causes the Netty server to treat the victim as validated and reflect full-size handshake flights (certificates, etc.) toward it without the 3\u00d7 cap. The correct \u0027no token handler\u0027 semantics would be to return -1 (invalid) so the normal un-validated path and amplification limit apply.",
"id": "GHSA-cmm3-54f8-px4j",
"modified": "2026-06-12T19:29:17Z",
"published": "2026-06-08T22:59:43Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44894"
},
{
"type": "PACKAGE",
"url": "https://github.com/netty/netty"
},
{
"type": "WEB",
"url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Netty\u0027s Default QUIC token handler accepts any client-supplied token"
}
WID-SEC-W-2026-1814
Vulnerability from csaf_certbund - Published: 2026-06-07 22:00 - Updated: 2026-06-15 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Netty <4.1.135.Final
Open Source / Netty
|
<4.1.135.Final | ||
|
Open Source Netty <4.2.15.Final
Open Source / Netty
|
<4.2.15.Final |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://github.com/netty/netty/security/advisories/ | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
| https://github.com/netty/netty/security/advisorie… | external |
{
"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": "Netty ist ein asynchrones, ereignisgesteuertes Netzwerk-Anwendungs-Framework f\u00fcr die schnelle Entwicklung von wartbaren, hochleistungsf\u00e4higen Protokollservern und -clients.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Netty ausnutzen, um Sicherheitsvorkehrungen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"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-2026-1814 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1814.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1814 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1814"
},
{
"category": "external",
"summary": "Netty Security Advisories vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-3244-j874-rhc2 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-3244-j874-rhc2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-4grm-h2qv-h6w6 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-4grm-h2qv-h6w6"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5pvg-856g-cp85 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5w86-c3rq-vjj7 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5w86-c3rq-vjj7"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5x3r-wrvg-rp6q vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5x3r-wrvg-rp6q"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-5xrh-qmmq-w6ch vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5xrh-qmmq-w6ch"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-676x-f7gg-47vc vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-6ghj-frrj-jjj3 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-6ghj-frrj-jjj3"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-6jv9-x5w9-2ccm vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-6jv9-x5w9-2ccm"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-c2gf-v879-257j vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c2gf-v879-257j"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-c2rx-5r8w-8xr2 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c2rx-5r8w-8xr2"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-c653-97m9-rcg9 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-cc37-9q2j-3hfv vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-cc37-9q2j-3hfv"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-cmm3-54f8-px4j vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-cq4q-cv5g-r8q5 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-cq4q-cv5g-r8q5"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-h2qv-fj59-j46j vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-h2qv-fj59-j46j"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-hvcg-qmg6-jm4c vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-hvcg-qmg6-jm4c"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-w573-9ffj-6ff9 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-w573-9ffj-6ff9"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-x4gw-5cx5-pgmh vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-xmv7-r254-6q78 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-xmv7-r254-6q78"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-xmv7-r254-6q78 vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-3qp7-7mw8-wx86"
},
{
"category": "external",
"summary": "Netty Security Advisories vom 2026-06-07",
"url": "https://github.com/netty/netty/security/advisories/GHSA-563q-j3cm-6jxm"
}
],
"source_lang": "en-US",
"title": "Netty: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-15T22:00:00.000+00:00",
"generator": {
"date": "2026-06-16T08:20:02.393+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1814",
"initial_release_date": "2026-06-07T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-07T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-06-08T22:00:00.000+00:00",
"number": "2",
"summary": "CVE erg\u00e4nzt"
},
{
"date": "2026-06-11T22:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2026-36327, EUVD-2026-36357, EUVD-2026-36356"
},
{
"date": "2026-06-14T22:00:00.000+00:00",
"number": "4",
"summary": "Referenz(en) aufgenommen: EUVD-2026-36432, EUVD-2026-36450, EUVD-2026-36471, EUVD-2026-36465, EUVD-2026-36459, EUVD-2026-36451, EUVD-2026-36445, EUVD-2026-36457, EUVD-2026-36494, EUVD-2026-36468, EUVD-2026-36436, EUVD-2026-36439, EUVD-2026-36435, EUVD-2026-36489, EUVD-2026-36492"
},
{
"date": "2026-06-15T22:00:00.000+00:00",
"number": "5",
"summary": "Referenz(en) aufgenommen: CVE-2026-50009"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.2.15.Final",
"product": {
"name": "Open Source Netty \u003c4.2.15.Final",
"product_id": "T055037"
}
},
{
"category": "product_version",
"name": "4.2.15.Final",
"product": {
"name": "Open Source Netty 4.2.15.Final",
"product_id": "T055037-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:netty:netty:4.2.15.final"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.1.135.Final",
"product": {
"name": "Open Source Netty \u003c4.1.135.Final",
"product_id": "T055038"
}
},
{
"category": "product_version",
"name": "4.1.135.Final",
"product": {
"name": "Open Source Netty 4.1.135.Final",
"product_id": "T055038-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:netty:netty:4.1.135.final"
}
}
}
],
"category": "product_name",
"name": "Netty"
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-44249",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44249"
},
{
"cve": "CVE-2026-44250",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44250"
},
{
"cve": "CVE-2026-44890",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44890"
},
{
"cve": "CVE-2026-44892",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44892"
},
{
"cve": "CVE-2026-44893",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44893"
},
{
"cve": "CVE-2026-44894",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-44894"
},
{
"cve": "CVE-2026-45416",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-45416"
},
{
"cve": "CVE-2026-45536",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-45536"
},
{
"cve": "CVE-2026-45673",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-45673"
},
{
"cve": "CVE-2026-45674",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-45674"
},
{
"cve": "CVE-2026-46340",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-46340"
},
{
"cve": "CVE-2026-47244",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-47244"
},
{
"cve": "CVE-2026-47691",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-47691"
},
{
"cve": "CVE-2026-48006",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-48006"
},
{
"cve": "CVE-2026-48043",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-48043"
},
{
"cve": "CVE-2026-48059",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-48059"
},
{
"cve": "CVE-2026-48748",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-48748"
},
{
"cve": "CVE-2026-50009",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-50009"
},
{
"cve": "CVE-2026-50010",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-50010"
},
{
"cve": "CVE-2026-50020",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-50020"
},
{
"cve": "CVE-2026-50560",
"product_status": {
"known_affected": [
"T055038",
"T055037"
]
},
"release_date": "2026-06-07T22:00:00.000+00:00",
"title": "CVE-2026-50560"
}
]
}
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.