Skip to content

Commit b55f1bf

Browse files
Merge pull request #7408 from github/kmoens-GHSA-2p5w-cvg5-gc5c
2 parents f72c3f8 + a12cc74 commit b55f1bf

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

advisories/unreviewed/2026/01/GHSA-2p5w-cvg5-gc5c/GHSA-2p5w-cvg5-gc5c.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,35 @@
66
"aliases": [
77
"CVE-2026-0603"
88
],
9+
"summary": "A remote attacker with low privileges could exploit a second-order SQL injection vulnerability ",
910
"details": "A flaw was found in Hibernate. A remote attacker with low privileges could exploit a second-order SQL injection vulnerability by providing specially crafted, unsanitized non-alphanumeric characters in the ID column when the InlineIdsOrClauseBuilder is used. This could lead to sensitive information disclosure, such as reading system files, and allow for data manipulation or deletion within the application's database, resulting in an application level denial of service.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.hibernate:hibernate-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "5.2.8"
29+
}
30+
]
31+
}
32+
],
33+
"database_specific": {
34+
"last_known_affected_version_range": "< 5.6.16"
35+
}
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",

0 commit comments

Comments
 (0)