Uncontrolled Resource ConsumptionWeakness · CWE-400

CVE-2023-5685

HIGH · 7.5 CVSS v3.1 Published 2024-03-22
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A flaw was found in XNIO. The XNIO NotifierState that can cause a Stack Overflow Exception when the chain of notifier states becomes problematically large can lead to uncontrolled resource management and a possible denial of service (DoS).

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

XNIO's NotifierState implementation contains a flaw where excessively large chains of notifier states can trigger a Stack Overflow Exception. This occurs due to uncontrolled recursion or chaining of notifier states without proper limits, leading to uncontrolled resource management and potential denial of service.

MitigationUpdate XNIO to the latest patched version that addresses the NotifierState chain length issue. If no patch is available, implement application-level controls to limit notifier chain depth and monitor for abnormal stack usage patterns.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Locate XNIO library files
    Search for XNIO JAR files or Maven/Gradle dependencies in your project. Common file patterns: xnio-api-*.jar, xnio-nio-*.jar, or dependency declarations containing 'org.xnio:xnio-api' or 'org.xnio:xnio-nio'
    Affected if XNIO library is present in the environment
  2. Determine installed XNIO version
    Inspect the JAR file name for version number, or check build manifest/pom.xml/gradle.lock file for the xnio-api or xnio-nio artifact version. Compare against any known patched versions if available
    Affected if The installed version is older than the patched version that fixes the NotifierState chain length issue
  3. Verify NotifierState implementation is in use
    Search application code for usage of NotifierState, Notifier, or notifier-related classes from XNIO package. Check if the application uses XNIO for I/O operations that involve notification callbacks or state machines
    Affected if The application uses XNIO's NotifierState or related notifier functionality that could create chained states
  4. Check for notifier chain configuration
    Examine application configuration files, XML descriptors, or properties files for any settings related to notifier depth, chain limits, or stack size. Look for keys containing 'notifier', 'chain', 'depth', or 'stack' in configuration directories
    Affected if No limits are configured on notifier chain depth or stack usage
  5. Monitor for Stack Overflow related to XNIO
    Review application logs for StackOverflowError exceptions, especially those reference XNIO classes or notifier operations. Check if the application experiences intermittent crashes or thread termination related to stack exhaustion
    Affected if Stack Overflow errors are occurring in XNIO notifier operations

A user is affected if XNIO with a vulnerable NotifierState implementation is present and the application uses notifier functionality that can create chained states without depth limits.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Update XNIO to the latest patched version that addresses the NotifierState chain length issue. If no patch is available, implement application-level controls to limit notifier chain depth and monitor for abnormal stack usage patterns.

Have this fixed Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-5685 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-5685 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data