Skip to content

Commit fc46189

Browse files
feat: update advisories (#118)
🤖 beep boop - looks like there's some changes to the advisories! Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56c07f2 commit fc46189

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DSA-CONTRIB-2025-095",
4+
"modified": "2025-08-06T16:50:43.000Z",
5+
"published": "2025-08-06T16:50:43.000Z",
6+
"aliases": [
7+
"CVE-2025-8675"
8+
],
9+
"details": "This module enables you to provide SEO analysis and recommendations for a given URL.\n\nThe module doesn't sufficiently sanitize user-supplied URLs, leading to a Server-side request forgery (SSRF) vulnerability.\n\nThis vulnerability is mitigated by the fact that an attacker must have a role with the permission \"access seo analyzer\".",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist",
14+
"name": "drupal/ai_seo_link_advisor"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "1.0.6"
26+
}
27+
],
28+
"database_specific": {
29+
"constraint": "<1.0.6"
30+
}
31+
}
32+
],
33+
"database_specific": {
34+
"affected_versions": "<1.0.6"
35+
}
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://www.drupal.org/sa-contrib-2025-095"
42+
}
43+
],
44+
"credits": [
45+
{
46+
"name": "Alberto Cocchiara (bigbabert)",
47+
"contact": [
48+
"https://www.drupal.org/u/bigbabert"
49+
]
50+
},
51+
{
52+
"name": "Conrad Lara (cmlara)",
53+
"contact": [
54+
"https://www.drupal.org/u/cmlara"
55+
]
56+
}
57+
]
58+
}

0 commit comments

Comments
 (0)