CVE-2023-22053
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 · uneditedVulnerability in the MySQL Server product of Oracle MySQL (component: Client programs). Supported versions that are affected are 5.7.42 and prior and 8.0.33 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server and unauthorized read access to a subset of MySQL Server accessible data. CVSS 3.1 Base Score 5.9 (Confidentiality and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H).
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 confidenceVulnerability in MySQL Client programs (affecting versions 5.7.42 and prior, 8.0.33 and prior) allows a low-privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful exploitation enables a denial of service (server hang or crash) and unauthorized read access to a subset of accessible data.
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= 37= 38= 39>= 5.0.0, <= 5.7.42>= 8.0.0, <= 8.0.32all versionsall versionsall versionsall versionsCVSS 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
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/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.
-
Identify installed MySQL Server versionRun `mysql --version` or `mysqld --version` to retrieve the installed MySQL Server version numberAffected if The version is 5.7.42 or lower, or between 8.0.0 and 8.0.32 inclusive
-
Identify installed MySQL Client versionRun `mysql --version` to check the client version separately from the serverAffected if The client version is 5.7.42 or lower, or between 8.0.0 and 8.0.32 inclusive
-
Check for NetApp Active IQ Unified ManagerVerify presence of NetApp Active IQ Unified Manager installation using package manager or installed software listAffected if The software is present at any version (all versions are affected)
-
Check for NetApp Oncommand InsightVerify presence of NetApp Oncommand Insight installationAffected if The software is present at any version (all versions are affected)
-
Check for NetApp Oncommand Workflow AutomationVerify presence of NetApp Oncommand Workflow Automation installationAffected if The software is present at any version (all versions are affected)
-
Check for NetApp SnapcenterVerify presence of NetApp Snapcenter installationAffected if The software is present at any version (all versions are affected)
You are affected if you run MySQL Server or Client versions 5.7.42 or lower, or 8.0.32 or lower, or any version of the listed NetApp products.
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 MySQL Server and client installations to versions beyond 5.7.42 and 8.0.33 respectively, as Oracle has addressed this vulnerability in subsequent patch updates.
MySQL Server 5.7.43+ or 8.0.34+; Fedora packages via dnf update
- 1. Identify the exact MySQL Server version currently installed using: `mysql --version` or `SELECT VERSION();`
- 2. For MySQL Server 5.7.x: Upgrade to MySQL Server 5.7.43 or later
- 3. For MySQL Server 8.0.x: Upgrade to MySQL Server 8.0.34 or later
- 4. On Fedora systems: Run `sudo dnf update mysql-server` to apply available security updates
- 5. After upgrade, verify the new version is running: `mysql --version`
- 6. Test application functionality to ensure compatibility with the new MySQL version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-22053 — 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-2023-22053 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