CVE-2025-6603
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 · uneditedA vulnerability was found in coldfunction qCUDA up to db0085400c2f2011eed46fbc04fdc0873141688e. It has been rated as problematic. Affected by this issue is the function qcow_make_empty of the file qCUDA/qcu-device/block/qcow.c. The manipulation of the argument s->l1_size leads to integer overflow. The attack needs to be approached locally. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available.
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 confidenceInteger overflow vulnerability in qCUDA's qcow_make_empty function in qcu-device/block/qcow.c. The s->l1_size argument is not properly validated before use, allowing an attacker to trigger overflow conditions via local access.
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
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
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 checksWork through these to decide whether this CVE applies to you.
-
Identify if qCUDA is installedSearch for qCUDA components on the system. Look for directories named 'qcu-device' or files named 'qcow.c', and check for qCUDA packages or binaries using 'ls -la /path/to/qcu*' or 'dpkg -l | grep qcuda' / 'rpm -qa | grep qcuda'Affected if qCUDA software is present on the system
-
Locate the qcow.c source fileSearch for the file qcow.c in qcu-device/block/ directory. Use 'find / -path '*/qcu-device/block/qcow.c' 2>/dev/null' to locate the affected source fileAffected if The file qcu-device/block/qcow.c exists on the system and contains the vulnerable qcow_make_empty function
-
Verify qcow block driver or module is in useCheck if qcow block driver or any qCUDA block device backend is active. Use 'lsmod' to list loaded modules or check for qcow-related processes with 'ps aux | grep -i qcow'Affected if The qcow block driver or qCUDA block backend is loaded or actively processing disk images
-
Inspect L1 table size configurationExamine any qcow image files or configuration that specifies L1 table size. Use 'qemu-img info <imagefile>' on qcow2 images or inspect configuration files that may set s->l1_size parametersAffected if qcow images are being created or manipulated with custom or large L1 table sizes without proper bounds validation
-
Check for qcow_make_empty function callsReview application logs, traces, or code that invokes the qcow_make_empty function, particularly from local users who might provide l1_size values. Search logs for 'qcow_make_empty' or 'l1_size' entriesAffected if Local users or processes can trigger qcow_make_empty with user-controlled l1_size values
A system is affected if qCUDA is installed and the qcow block driver is in use, allowing local attackers to trigger the integer overflow via the unvalidated s->l1_size in qcow_make_empty.
Generated from the published advisory. Verify against your own configuration.
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 dataImplement proper bounds checking and validation on the s->l1_size value to prevent integer overflow. Use safe arithmetic operations or validate that the size falls within acceptable bounds before allocation or computation.
- Consultation4.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,544.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-6603 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-6603 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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