LiveActive security incident?Get immediate response
CVE Record

CVE-2019-17661: A CSV injection in the codepress-admin-columns (aka Admin Columns) plugin 3.4.6 for WordPress allows malici...

A CSV injection in the codepress-admin-columns (aka Admin Columns) plugin 3.4.6 for WordPress allows malicious users to gain remote control of other computers. By choosing formula code as his first or last name, an attacker can create a user with a name that contains malicious code. Other users might download this data as a CSV file and corrupt their PC by opening it in a tool such as Microsoft Excel. The attacker could gain remote access to the user's PC.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2019-17661Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-1236 · source CWE mapping

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.