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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
Borg SPM 2007 (Sales Ended in 2008) developed by BorG Technology Corporation has a SQL Injection vulnerability, allowing unauthenticated remote attackers to inject arbitrary SQL commands to read, modify, and delete database contents.
AnalysisAI
SQL injection in Borg SPM 2007 allows unauthenticated remote attackers to execute arbitrary SQL commands via network requests, enabling complete database compromise including read, modify, and delete operations. This legacy product (sales ended 2008) receives a critical CVSS 9.3 score with network vector, low complexity, and no authentication required. Taiwan CERT issued advisories identifying this as a SQL injection vulnerability affecting an end-of-life business management system, though no active exploitation evidence (KEV) or public exploit code has been identified at time of analysis.
Technical ContextAI
This vulnerability stems from CWE-89 (SQL Injection), a flaw where user-controllable input is incorporated into SQL queries without proper sanitization or parameterization. The affected product, Borg SPM 2007 developed by BorG Technology Corporation, is a sales and production management system that reached end-of-sale in 2008, making it approximately 18 years past its commercial lifecycle. SQL injection occurs when the application fails to validate or escape user input before constructing database queries, allowing attackers to break out of intended query logic and execute arbitrary SQL statements against the backend database. The CPE identifier cpe:2.3:a:borg_technology_corporation:borg_spm_2007 confirms this affects the legacy SPM 2007 product line across all identified versions.
RemediationAI
No vendor-released patch identified at time of analysis due to the product's end-of-life status (sales ended 2008). Primary recommendation is immediate migration to a supported, modern sales and production management system with active security maintenance. Organizations unable to migrate immediately should implement compensating controls: deploy a web application firewall (WAF) with SQL injection detection rules tuned to block common SQLi patterns in HTTP requests to Borg SPM 2007 endpoints, noting this adds latency and requires ongoing rule maintenance; restrict network access to the application to trusted IP ranges only via firewall rules, eliminating internet exposure while requiring VPN access for legitimate users; place the application and database behind a reverse proxy that enforces input validation and rate limiting; monitor database query logs for anomalous patterns indicating injection attempts. Each mitigation carries trade-offs: WAF adds complexity and false positive risk, network restrictions reduce accessibility, input validation at proxy may break legitimate functionality. Consult TWCERT advisories at https://www.twcert.org.tw/en/cp-139-10863-2f48e-2.html for additional guidance specific to Taiwan regulatory requirements.
More in Borg Spm 2007
View allRemote code execution in Borg SPM 2007 allows unauthenticated attackers to upload and execute web shell backdoors via un
Authentication bypass in Borg SPM 2007 allows remote unauthenticated attackers to impersonate any user and gain complete
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25213