CVE-2022-22728
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 flaw in Apache libapreq2 versions 2.16 and earlier could cause a buffer overflow while processing multipart form uploads. A remote attacker could send a request causing a process crash which could lead to a denial of service attack.
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 · high confidenceA buffer overflow vulnerability exists in Apache libapreq2 versions 2.16 and earlier when processing malicious multipart form upload requests. A remote attacker can exploit this by sending specially crafted multipart form data that overflows a buffer, causing the process to crash and resulting in denial of service.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 2.16= 35= 36= 37= 10.0CVSS 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 checksWork through these to decide whether this CVE applies to you.
-
Check if libapreq2 is installedRun 'rpm -qa | grep libapreq' (RHEL/Fedora) or 'dpkg -l | grep libapreq' (Debian) to list installed libapreq packagesAffected if No libapreq2 package is found, the system is not affected by this specific vulnerability
-
Identify the installed libapreq2 versionRun 'rpm -q libapreq2' (RHEL/Fedora) or 'dpkg -s libapreq2' (Debian) to display the installed version numberAffected if The version number is 2.16 or earlier, indicating the vulnerable version is installed
-
Verify if applications use libapreq2 for multipart processingSearch application binaries and scripts for libapreq2 usage: 'ldd /path/to/application | grep apreq' or check application configuration for apreq modulesAffected if Applications are linked against libapreq2 and process multipart form uploads, the vulnerability is potentially exploitable
-
Check if multipart form uploads are acceptedReview web server or application configuration for multipart/form-data handling settings and upload endpointsAffected if The application accepts multipart form uploads and uses libapreq2 to parse them, the attack vector is present
A system is affected if libapreq2 version 2.16 or earlier is installed and applications use it to process multipart form uploads.
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.
dbcve · scopedUpgrade Apache libapreq2 to version 2.17 or later where the vulnerability is patched. If immediate upgrade is not feasible, implement input validation and size limits on multipart form uploads at the application or web server level to reduce attack surface.
libapreq2 version 2.17 or later
- 1. Identify all systems running libapreq2 version 2.16 or earlier
- 2. Upgrade libapreq2 to the latest stable version that includes the security fix (version 2.17 or later)
- 3. Rebuild and reinstall the library on affected systems
- 4. Restart any services or applications that depend on libapreq2 to load the fixed version
- 5. Verify the installed version is no longer vulnerable (should be > 2.16)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation4.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,504.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-22728 — 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- www.openwall.com
- www.openwall.com
- www.openwall.com
- www.openwall.com
- www.openwall.com
- www.openwall.com
- www.openwall.com
- www.openwall.com
- www.openwall.com
- www.openwall.com
- lists.apache.org
- lists.debian.org
- lists.fedoraproject.org
- lists.fedoraproject.org
- lists.fedoraproject.org
- security.gentoo.org
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-22728 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