Skip to content

Commit de0c618

Browse files
Merge pull request #7695 from github/marc1706-GHSA-7gm6-w7mx-58cr
2 parents c350e6a + 2b3e011 commit de0c618

1 file changed

Lines changed: 45 additions & 2 deletions

File tree

advisories/unreviewed/2026/05/GHSA-7gm6-w7mx-58cr/GHSA-7gm6-w7mx-58cr.json

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,62 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-7gm6-w7mx-58cr",
4-
"modified": "2026-05-04T21:30:24Z",
4+
"modified": "2026-05-04T21:31:28Z",
55
"published": "2026-05-04T09:31:09Z",
66
"aliases": [
77
"CVE-2026-29199"
88
],
9+
"summary": "Password Reset Link Poisoning via Host Header injection",
910
"details": "phpBB before 3.3.16 is vulnerable to Host Header Injection that can lead to password rest link poisoning. When force_server_vars is disabled, the servers hostname may be extracted from the HTTP Host header which is used to generate the password reset link URL. An attacker who can manipulate the Host header (e.g. through misconfigured host setup or missing header validation by the webserver) can cause password reset emails to contain a link pointing to an attacker-controlled domain, potentially leading to account takeover.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "phpbb/phpbb"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "3.0.0"
29+
},
30+
{
31+
"fixed": "3.3.16"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "phpbb/phpbb"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "4.0.0-a1"
48+
},
49+
{
50+
"fixed": "4.0.0-a2"
51+
}
52+
]
53+
}
54+
],
55+
"versions": [
56+
"4.0.0-a1"
57+
]
58+
}
59+
],
1760
"references": [
1861
{
1962
"type": "ADVISORY",

0 commit comments

Comments
 (0)