Security readout for executives and security teams
Plain-English summary
CVE-2020-7733 can let a remote user slow or exhaust an application by sending problematic User-Agent data to software using vulnerable ua-parser-js. The business impact is availability loss, not data theft. It matters most where User-Agent parsing happens on internet-facing request paths.
Executive priority
Treat as a high-priority availability risk for public web services. Patch promptly, especially where User-Agent parsing sits in shared request middleware or high-traffic entry points.
Technical view
ua-parser-js before 0.7.22 has a Regular Expression Denial of Service issue in regex handling for Redmi Phones and Mi Pad Tablets User-Agent strings. The CVSS 3.1 score is 7.5: network reachable, low complexity, no privileges, no user interaction, availability impact only.
Likely exposure
Exposure is likely in web applications, APIs, analytics, logging, bot detection, or middleware that parse untrusted User-Agent headers using ua-parser-js before 0.7.22, including packaged Java WebJars variants referenced by Snyk.
Exploitation context
The provided sources do not show CISA KEV listing or active exploitation. The issue is remotely reachable when vulnerable parsing is applied to attacker-controlled User-Agent input, and successful abuse would consume processing resources rather than compromise confidentiality or integrity.
Researcher notes
Evidence identifies the vulnerable package, affected version range, CVSS vector, Snyk advisories, and upstream fix commit. Sources do not provide exploit payloads, confirmed exploitation, or a complete list of downstream products beyond WebJars references and Oracle CPU linkage.
Mitigation direction
- Upgrade ua-parser-js to 0.7.22 or later where used directly.
- Update affected Java WebJars packages according to Snyk or vendor guidance.
- Prioritize internet-facing services that parse User-Agent strings on every request.
- Check Oracle CPU guidance if using Oracle products that bundle affected components.
- Apply rate limiting or request controls as defense-in-depth, not as a substitute for patching.
Validation and detection
- Search manifests and lockfiles for ua-parser-js versions below 0.7.22.
- Use SCA tooling to detect direct and transitive vulnerable dependencies.
- Check Java dependencies for referenced WebJars npm or bower packages.
- Identify runtime paths that parse untrusted User-Agent headers.
- Confirm patched deployments no longer include vulnerable package versions.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CVE-2020-7733 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-UAPARSERJS-610226CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-674665CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBFAISALMAN-674666CVE reference · x_refsource_MISC
- https://github.com/faisalman/ua-parser-js/commit/233d3bae22a795153a7e6638887ce159c63e557dCVE reference · x_refsource_MISC
- https://www.oracle.com//security-alerts/cpujul2021.htmlCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
