CVE-2020-28601
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 code execution vulnerability exists in the Nef polygon-parsing functionality of CGAL libcgal CGAL-5.1.1. An oob read vulnerability exists in Nef_2/PM_io_parser.h PM_io_parser::read_vertex() Face_of[] OOB read. An attacker can provide malicious input to trigger this vulnerability.
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 critical code execution vulnerability exists in CGAL library's Nef polygon-parsing functionality. The specific issue is an out-of-bounds read in PM_io_parser::read_vertex() when accessing the Face_of[] array in Nef_2/PM_io_parser.h, allowing attackers to trigger memory corruption via maliciously crafted polygon input files.
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= 33= 34= 9.0= 10.0= 5.1.1CVSS 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
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 CGAL versionOn Debian/Ubuntu: dpkg -l | grep cgal or apt show libcgal-dev. On Fedora/RHEL: rpm -qa | grep cgal. Alternatively, check the library file version if CGAL is linked as a shared library.Affected if The installed version matches 5.1.1 or falls within the affected ranges on Fedora 33/34 or Debian 9/10.
-
Check if Nef polygon-parsing is in useSearch source code for includes of PM_io_parser.h or Nef_2 headers, or for usage of Nef_2::PM_io_parser class. Look for references to 'read_vertex' function in code that handles polygon file parsing.Affected if Code references PM_io_parser or Nef_2 polygon-parsing functionality for processing input files.
-
Audit polygon input filesReview application logs, temp directories, or upload directories for .polygon, .nef, or custom polygon format files that may be processed by CGAL's Nef parser.Affected if The application processes untrusted polygon input files through CGAL's Nef functionality.
-
Verify application linking to vulnerable CGALUse ldd on the application binary or check build artifacts for linkage to libCGAL. If source is available, check CMakeLists.txt or Makefile for CGAL version requirements.Affected if The application links to CGAL version 5.1.1 or an unpatched version from affected distributions.
If CGAL 5.1.1 is installed on Fedora 33/34 or Debian 9/10 and the application uses the Nef polygon-parsing (PM_io_parser) to process polygon input files, the environment is vulnerable to the OOB read in PM_io_parser::read_vertex.
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 · scopedUpdate CGAL to a patched version that addresses the OOB read in PM_io_parser::read_vertex(). If patching is not immediately possible, sanitize or restrict input files processed by the Nef polygon-parsing functionality until the update can be applied.
CGAL version 5.2 or later (the next stable release after 5.1.1 contains the security fix)
- Identify the specific CGAL library version in use by examining project dependencies or installed packages
- Locate the CGAL library in the system (typically in /usr/lib/ or via package manager: rpm -qa | grep cgal or dpkg -l | grep cgal)
- For Fedora systems: Run 'dnf update cgal' or 'dnf upgrade cgal' to obtain the latest patched version
- For Debian systems: Run 'apt-get update && apt-get upgrade libcgal-dev' to get the patched version
- If using CGAL as a project dependency (e.g., via Conan, vcpkg, or other package managers), update the dependency specification to a version newer than 5.1.1
- Verify the update was successful by checking the new CGAL version: rpm -qa | grep cgal (Fedora) or dpkg -l | grep libcgal (Debian)
- Rebuild any applications that statically link against CGAL to ensure they use the updated library
- Test applications that use CGAL's Nef polygon-parsing functionality to confirm the vulnerability is mitigated
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing5.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,464.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-28601 — 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-2020-28601 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