Skip to content

Commit a6f6011

Browse files
1 parent b76ceba commit a6f6011

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

advisories/unreviewed/2026/04/GHSA-4fp2-3xgg-jg4w/GHSA-4fp2-3xgg-jg4w.json renamed to advisories/github-reviewed/2026/04/GHSA-4fp2-3xgg-jg4w/GHSA-4fp2-3xgg-jg4w.json

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4fp2-3xgg-jg4w",
4-
"modified": "2026-04-07T21:32:39Z",
4+
"modified": "2026-04-08T19:38:09Z",
55
"published": "2026-04-07T21:32:39Z",
66
"aliases": [
77
"CVE-2026-5736"
88
],
9+
"summary": "PowerJob vulnerable to SQL injection",
910
"details": "A vulnerability was identified in PowerJob 5.1.0/5.1.1/5.1.2. Impacted is an unknown function of the file powerjob-server/powerjob-server-starter/src/main/java/tech/powerjob/server/web/controller/InstanceController.java of the component detailPlus Endpoint. The manipulation of the argument customQuery leads to sql injection. Remote exploitation of the attack is possible. The project was informed of the problem early through an issue report but has not responded yet.",
1011
"severity": [
1112
{
@@ -14,10 +15,30 @@
1415
},
1516
{
1617
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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"
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "Maven",
25+
"name": "tech.powerjob:powerjob-server-starter"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "5.1.0"
33+
},
34+
{
35+
"last_affected": "5.1.2"
36+
}
37+
]
38+
}
39+
]
1840
}
1941
],
20-
"affected": [],
2142
"references": [
2243
{
2344
"type": "ADVISORY",
@@ -32,7 +53,7 @@
3253
"url": "https://github.com/PowerJob/PowerJob/pull/1166"
3354
},
3455
{
35-
"type": "WEB",
56+
"type": "PACKAGE",
3657
"url": "https://github.com/PowerJob/PowerJob"
3758
},
3859
{
@@ -50,11 +71,12 @@
5071
],
5172
"database_specific": {
5273
"cwe_ids": [
53-
"CWE-74"
74+
"CWE-74",
75+
"CWE-89"
5476
],
5577
"severity": "MODERATE",
56-
"github_reviewed": false,
57-
"github_reviewed_at": null,
78+
"github_reviewed": true,
79+
"github_reviewed_at": "2026-04-08T19:38:09Z",
5880
"nvd_published_at": "2026-04-07T19:16:48Z"
5981
}
6082
}

0 commit comments

Comments
 (0)