Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,24 +1,68 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5jp2-w3vg-5w3x",
"modified": "2026-08-27T03:32:58Z",
"modified": "2026-08-27T18:32:08Z",
"published": "2026-08-27T03:32:58Z",
"aliases": [
"CVE-2026-47863"
],
"details": "In Reactor Core, applications that use the Flux.bufferTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service (DoS) condition.\nReactor Core 3.8.0 - 3.8.6\nReactor Core 3.7.19 and earlier",
"summary": "Reactor Core bufferTimeout fairBackpressure DoS",
"details": "In Reactor Core, applications that use the Flux.bufferTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service (DoS) condition.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "io.projectreactor:reactor-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.8.0"
},
{
"fixed": "3.8.6.1"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "io.projectreactor:reactor-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.5.7"
},
{
"fixed": "3.7.20"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47863"
},
{
"type": "WEB",
"url": "https://github.com/reactor/reactor-core/commit/1791421affc59e0a551ba8596e4122c069e782ba"
},
{
"type": "WEB",
"url": "https://spring.io/security/cve-2026-47863"
Expand Down
Loading