Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Unauthenticated network SQLi with low complexity (AV:N/AC:L/PR:N/UI:N); full read/write of credentials and PII gives C:H/I:H, with A:L reflecting possible SQL-level data manipulation but no confirmed service-disruption focus.
Primary rating from Vendor (cisa-cg).
CVSS VectorVendor: cisa-cg
Lifecycle Timeline
2DescriptionCVE.org
The Appriss Insights (Equifax) Victim Information Notification Exchange (VINE) applications allow an unauthenticated attacker to send a specially-crafted request to bypass the login page, access other users' credentials, take over other user accounts, access sensitive PII, and dump other information from the database.
AnalysisAI
SQL injection in the Appriss Insights (Equifax) Victim Information Notification Exchange (VINE) applications lets an unauthenticated remote attacker send a crafted request that bypasses the login page, exposes other users' credentials, enables full account takeover, and permits dumping of sensitive PII and other database contents. VINE is the notification platform used by U.S. corrections and law enforcement agencies to alert crime victims about offender status, so exposure of its data carries direct victim-safety implications. No public exploit identified at time of analysis, but the flaw is trivially exploitable (network, no authentication, low complexity) with a CVSS 4.0 base score of 9.3.
Technical ContextAI
The affected technology is the VINE web application stack (cpe:2.3:a:appriss_insights:victim_information_notification_exchange_(vine)), a hosted service and application suite that provides automated victim notification and offender-status lookup for justice agencies. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-supplied input is concatenated into backend SQL queries without proper parameterization or escaping. The 'Microsoft' tag suggests a Microsoft SQL Server backend, where injection can be leveraged not only to read arbitrary tables (credentials, PII) but potentially to enumerate schema, exfiltrate bulk records, and manipulate authentication logic to bypass the login page entirely. Because authentication itself is bypassable via the injection, the SQL layer is reachable pre-authentication on an internet-facing endpoint.
RemediationAI
No vendor-released patch version is identified in the available data; the flaw appears to be handled through the vendor's hosted service, so organizations should contact Appriss Insights (Equifax) and monitor the CISA CSAF advisory (https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/IT/white/2026/va-26-204-01.json) for the remediated build and confirm their instance has been patched. As compensating controls until confirmation, restrict access to the VINE application to known agency IP ranges or place it behind a VPN to remove unauthenticated internet exposure (trade-off: breaks public victim-lookup access if that is an intended function); deploy a WAF with SQL-injection signatures tuned to the login and query endpoints (trade-off: signature evasion is possible and may cause false positives); and, because credentials may already be exposed, force a password reset for all VINE user accounts and review database and authentication logs for anomalous queries or logins. Given the credential-theft and account-takeover impact, treat any previously exposed credentials as compromised and rotate them.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48368
GHSA-v49r-rx9c-9mwf