CVE-2006-7217:
Apache Derby SQL Injection
4
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/1/2022
Updated
2/12/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:L/Au:S/C:N/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.derby:derby | maven | < 10.2.1.6 | 10.2.1.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the changes related to schema privilege checks during the bind phase of SQL statements, particularly for the DropSchemaNode. The bind() method in DropSchemaNode and the addRequiredSchemaPriv() method in CompilerContext and its implementation are key to understanding and detecting the vulnerability.