Skip to content

Commit ec73a3b

Browse files
1 parent 2c4b3d8 commit ec73a3b

File tree

2 files changed

+92
-5
lines changed

2 files changed

+92
-5
lines changed

advisories/unreviewed/2025/12/GHSA-8xqm-6fj2-hfgf/GHSA-8xqm-6fj2-hfgf.json renamed to advisories/github-reviewed/2025/12/GHSA-8xqm-6fj2-hfgf/GHSA-8xqm-6fj2-hfgf.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-8xqm-6fj2-hfgf",
4-
"modified": "2025-12-11T15:30:32Z",
4+
"modified": "2025-12-11T17:01:45Z",
55
"published": "2025-12-11T15:30:32Z",
66
"aliases": [
77
"CVE-2025-14518"
88
],
9+
"summary": " PowerJob has a server-side request forgery vulnerability in PingPongUtils.java",
910
"details": "A vulnerability was identified in PowerJob up to 5.1.2. This vulnerability affects the function checkConnectivity of the file src/main/java/tech/powerjob/common/utils/net/PingPongUtils.java of the component Network Request Handler. The manipulation of the argument targetIp/targetPort leads to server-side request forgery. Remote exploitation of the attack is possible. The exploit is publicly available and might be used.",
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:L/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:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "Maven",
25+
"name": "tech.powerjob:powerjob-common"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"last_affected": "5.1.2"
36+
}
37+
]
38+
}
39+
]
1840
}
1941
],
20-
"affected": [],
2142
"references": [
2243
{
2344
"type": "ADVISORY",
@@ -31,6 +52,10 @@
3152
"type": "WEB",
3253
"url": "https://github.com/PowerJob/PowerJob/issues/1144#issue-3673393002"
3354
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/PowerJob/PowerJob"
58+
},
3459
{
3560
"type": "WEB",
3661
"url": "https://vuldb.com/?ctiid.335856"
@@ -49,8 +74,8 @@
4974
"CWE-918"
5075
],
5176
"severity": "MODERATE",
52-
"github_reviewed": false,
53-
"github_reviewed_at": null,
77+
"github_reviewed": true,
78+
"github_reviewed_at": "2025-12-11T17:01:45Z",
5479
"nvd_published_at": "2025-12-11T15:15:47Z"
5580
}
5681
}
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-9449-rphm-mjqr",
4+
"modified": "2025-12-11T17:01:13Z",
5+
"published": "2025-12-11T17:01:13Z",
6+
"aliases": [],
7+
"summary": "AzuraCast Vulnerable to Pre-Auth File Deletion & Admin RCE",
8+
"details": "An API endpoint that is intended for internal use by the SFTP software `sftpgo` was mistakenly exposed to the public-facing HTTP API for AzuraCast installations.\n\nThis would allow a user with specific internal knowledge of a station's operations to craft a custom HTTP request that would affect the contents of a station's database, without revealing any internal information about the station.\n\nWith a request like:\n\n```\ncurl -s -X POST \"http://localhost/api/internal/sftp-event\" -H \"Content-Type: application/json\" -d '{\n \"action\": \"pre-delete\",\n \"username\": \"admin\",\n \"path\": \"/var/azuracast/stations/test/media/test.mp3\"\n}'\n```\n\nA remote user could simulate a request from `sftpgo` informing the software that a file was about to be deleted from the path given. In anticipation of this, AzuraCast would delete the corresponding database record for that file. While AzuraCast would then later discover on its own that the file actually exists and recreate the media record, it would not have the same playlist associations or custom metadata as the previous instance of the media record in the database.\n\nSome mitigating factors affecting the severity of this issue include:\n - A user would need to know a valid SFTP username corresponding to the specific station in question.\n - A user would need to know the internal filesystem structure of a station (or be able to brute-force or guess paths).\n - Any call to this internal API endpoint does not return any information to the calling process about what files are present or aren't, so no confidential internal information is revealed by this process.\n \nPatched versions of AzuraCast specifically check that any calls to this internal URL are being called by the internal HTTP service, which only listens for activity on `localhost` and is not accessible from outside the container.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Packagist",
19+
"name": "azuracast/azuracast"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "0.23.2"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 0.23.1"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/AzuraCast/AzuraCast/security/advisories/GHSA-9449-rphm-mjqr"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/AzuraCast/AzuraCast/commit/34620dbad93f6cd8e209a4220e3e53c7c5fea844"
47+
},
48+
{
49+
"type": "PACKAGE",
50+
"url": "https://github.com/AzuraCast/AzuraCast"
51+
}
52+
],
53+
"database_specific": {
54+
"cwe_ids": [
55+
"CWE-862"
56+
],
57+
"severity": "LOW",
58+
"github_reviewed": true,
59+
"github_reviewed_at": "2025-12-11T17:01:13Z",
60+
"nvd_published_at": null
61+
}
62+
}

0 commit comments

Comments
 (0)