Cyber Resilience

CVE-2023-4197

High

Published: 01 November 2023

Published
01 November 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.5332 98.0th percentile
Risk Priority 47 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-4197 is a high-severity Improper Input Validation (CWE-20) vulnerability in Dolibarr Dolibarr Erp\/Crm. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 2.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2023-4197 is an improper input validation flaw, also categorized under CWE-74, that affects Dolibarr ERP CRM versions up to and including 18.0.1. When a user creates a website, the application fails to strip certain PHP code from supplied input, allowing the injected code to be evaluated.

An authenticated attacker with low privileges can exploit the issue remotely by submitting crafted input during website creation. Successful exploitation grants the ability to execute arbitrary PHP, resulting in high impact to confidentiality, integrity, and availability under the CVSS vector AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H.

References point to a Dolibarr commit that resolves the input-handling defect and to a StarLabs advisory that documents the vulnerability and its remediation.

The associated EPSS score is currently 0.5332 with an identical peak value.

EU & UK References

Vulnerability details

Improper input validation in Dolibarr ERP CRM <= v18.0.1 fails to strip certain PHP code from user-supplied input when creating a Website, allowing an attacker to inject and evaluate arbitrary PHP code.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

dolibarr
dolibarr erp\/crm
≤ 18.0.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-20 CWE-74

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-20

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-74

Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.

addresses: CWE-20

Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.

References