Connect Pg Simple
CVE-2019-15658
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Lifecycle Timeline
1Blast Radius
ecosystem impact- 4 npm packages depend on connect-pg-simple (1 direct, 3 indirect)
Ecosystem-wide dependent count for version 6.0.1.
DescriptionNVD
connect-pg-simple before 6.0.1 allows SQL injection if tableName or schemaName is untrusted data.
AnalysisAI
connect-pg-simple before 6.0.1 allows SQL injection if tableName or schemaName is untrusted data. Rated high severity (CVSS 7.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.
Technical ContextAI
This vulnerability is classified as SQL Injection (CWE-89), which allows attackers to execute arbitrary SQL commands against the database. connect-pg-simple before 6.0.1 allows SQL injection if tableName or schemaName is untrusted data. Affected products include: Connect-Pg-Simple Project Connect-Pg-Simple. Version information: before 6.0.1.
RemediationAI
No vendor patch is available at time of analysis. Monitor vendor advisories for updates. Use parameterized queries/prepared statements. Never concatenate user input into SQL. Apply least-privilege database permissions.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today