Security readout for executives and security teams
Plain-English summary
This flaw affects the WordPress Admin Columns plugin version 3.4.6. A malicious user could place spreadsheet formula content in their name, which may execute when another user exports and opens the CSV in Excel. The main business risk is compromise of an administrator or staff workstation, not direct server takeover.
Executive priority
Prioritize this for WordPress environments where staff export user data. The risk is workstation compromise through a trusted administrative workflow, which can bypass normal web-server-focused controls. Address alongside plugin inventory and export-permission review.
Technical view
CVE-2019-17661 is a CSV injection issue, CWE-1236, in codepress-admin-columns/Admin Columns 3.4.6. The source describes formula content in first or last name fields being carried into exported CSV data. The CVSS score is 8.8 high, but the described impact depends on exported CSV handling and spreadsheet opening behavior.
Likely exposure
Exposure is most likely on WordPress sites running Admin Columns 3.4.6 where untrusted or lower-privileged users can create or edit profile names and privileged users export user data to CSV. The source bundle lacks complete CPE metadata, so plugin inventory is required.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation evidence. The described attack requires a malicious user account and a later CSV export opened in spreadsheet software such as Microsoft Excel. Treat exploitation status as unknown, not confirmed active.
Researcher notes
Evidence is limited to the CVE description and one public reference. The affected product naming is clear in the title and description, but structured affected metadata is incomplete. Do not claim broader Admin Columns versions, active exploitation, or a specific fixed version without vendor confirmation.
Mitigation direction
- Check vendor or plugin guidance for fixed versions before choosing a patch path.
- Upgrade or remove Admin Columns 3.4.6 if vendor guidance identifies a safe release.
- Restrict CSV export capability to trusted administrative users only.
- Limit who can create or edit user first and last name fields.
- Avoid opening untrusted exported CSV files directly in desktop spreadsheet tools.
Validation and detection
- Inventory WordPress installations for codepress-admin-columns or Admin Columns version 3.4.6.
- Confirm whether CSV exports include user first and last name fields.
- Review roles allowed to register users, edit profiles, and export CSV data.
- Check whether staff routinely open exported user CSVs in Microsoft Excel.
- Verify remediation against current vendor or plugin release notes.
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.
CWE-1236: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2019-17661 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
- 8.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/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:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.8HighVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www2.deloitte.com/de/de/pages/risk/articles/wordpress-csv-injection.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.
Improper Neutralization of Formula Elements in a CSV File
Improper Neutralization of Formula Elements in a CSV File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
