LiveActive security incident?Get immediate response
CVE Record

CVE-2023-25983: WordPress KB Support Plugin <= 1.5.84 is vulnerable to CSV Injection

Improper Neutralization of Formula Elements in a CSV File vulnerability in WPOmnia KB Support.This issue affects KB Support: from n/a through 1.5.84.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

KB Support for WordPress through version 1.5.84 can write unsafe spreadsheet formulas into CSV output. If a site exports plugin data and that CSV is later handled in a spreadsheet, attacker-supplied values may execute as formulas. The sources rate this high, but do not confirm active exploitation or a fixed version.

Executive priority

Prioritize affected public WordPress sites because the issue is high severity and may involve low-privileged users. Urgency is lower than a known-exploited bug, but unresolved plugin exposure should be remediated or removed promptly.

Technical view

CVE-2023-25983 is CWE-1236, improper neutralization of formula elements in CSV files, affecting WPOmnia KB Support through 1.5.84. The CVSS 3.1 score is 8.8, with network access, low privileges, and high confidentiality, integrity, and availability impact. Public detail is limited to the vulnerability class and affected plugin range.

Likely exposure

WordPress sites using the KB Support plugin through 1.5.84 are potentially exposed. Highest concern is where low-privileged users can submit data that later appears in CSV exports. Exact affected fields and workflows are not described in the provided sources.

Exploitation context

The provided data does not show CISA KEV listing or any cited evidence of active exploitation. The attack context is CSV formula injection, generally tied to malicious values entering exported CSV files and later being processed by spreadsheet software.

Researcher notes

Evidence is sparse. The sources establish affected product, version range, CWE, CVSS, and Patchstack listing, but not exploit telemetry, vulnerable parameters, proof details, or a fixed version. Validate exposure through plugin versioning and export workflows without assuming more than the public record states.

Mitigation direction

  • Inventory WordPress sites for KB Support versions through 1.5.84.
  • Check WPOmnia, WordPress plugin, and Patchstack guidance for a fixed release.
  • Disable or replace the plugin if no supported fix is available.
  • Restrict low-privileged data entry paths that feed CSV exports.
  • Treat plugin CSV exports as untrusted until remediation is confirmed.

Validation and detection

  • Confirm installed plugin name and version on each WordPress site.
  • Review whether KB Support CSV exports are used operationally.
  • Identify which user roles can create exported records.
  • Check security monitoring for suspicious ticket or knowledge-base content.
  • Document remediation status and any compensating controls.
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-2023-25983 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-2023-25983Attack 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
WPOmniaKB Supportkb-support, n/aunaffected
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.