cbcvebase.
CVE-2023-43813
published 2023-12-13

CVE-2023-43813: GLPI is a free asset and IT management software package. Starting in version 10.0.0 and prior to version 10.0.11, the saved search feature can be used to…

PriorityP268high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
31.14%
98.0th percentile
GLPI is a free asset and IT management software package. Starting in version 10.0.0 and prior to version 10.0.11, the saved search feature can be used to perform a SQL injection. Version 10.0.11 contains a patch for the issue.

Affected

2 ranges
VendorProductVersion rangeFixed in
glpi-projectglpi
glpi-projectglpi>= 10.0.0 < 10.0.1110.0.11

Detection & IOCsextracted from sources · hover to see the quote

path/ajax/pin_savedsearches.php
snort
alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS GLPI Authenticated SQL Injection in Saved Searches (CVE-2023-43813)"; flow:established,to_server; http.uri; content:"/ajax/pin_savedsearches.php"; fast_pattern; http.request_body; content:"itemtype|3d|"; pcre:"/^[^&]*?(?:[\x27\x22\x3b\x2d\x5c\x2a\x2f]|\x25(?:2[27aAdDfF]|3[bB]|5[cC]))/R"; http.method; content:"POST"; reference:url,blog.quarkslab.com/exploiting-glpi-during-a-red-team-engagement.html; reference:cve,2023-43813; classtype:web-application-attack; sid:2067156; rev:1; metadata:affected_product GLPI, attack_target Server, tls_state TLSDecrypt, created_at 2026_01_28, cve CVE_2023_43813, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, tag Exploit, updated_at 2026_01_28, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application; target:dest_ip;)
  • Inspect the POST request body for the 'itemtype=' parameter (URL-encoded as 'itemtype|3d|') followed by SQL injection characters: single/double quote, semicolon, dash, backslash, asterisk, forward-slash, or their percent-encoded equivalents (%27, %22, %2a, %2d, %2f, %3b, %5c).
  • The attack requires authentication (Authenticated SQL Injection) — correlate with prior successful login sessions when triaging alerts.
  • Affected versions are GLPI 10.0.0 through 10.0.10; presence of these versions in asset inventory should elevate alert priority.
  • ·The PCRE match is anchored relative to the 'itemtype=' value position (using /R continuation); tuning may be needed if the parameter order in the POST body varies across GLPI versions or client implementations.

CVSS provenance

nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv8.8HIGH
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.