Skip to content

Commit 5348e53

Browse files
feat: update advisories (#142)
🤖 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 df150a4 commit 5348e53

2 files changed

Lines changed: 104 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DSA-CONTRIB-2025-115",
4+
"modified": "2025-11-05T18:08:01.000Z",
5+
"published": "2025-11-05T18:08:01.000Z",
6+
"aliases": [
7+
"CVE-2025-12760"
8+
],
9+
"details": "The Email TFA module provides additional email-based two-factor authentication for Drupal logins.\n\nIn certain scenarios, the module does not fully protect all login mechanisms as expected.\n\nThis issue is mitigated by the fact that an attacker must already have valid user credentials (username and password) to take advantage of the weakness.",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist",
14+
"name": "drupal/email_tfa"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "2.0.6"
26+
}
27+
],
28+
"database_specific": {
29+
"constraint": "<2.0.6"
30+
}
31+
}
32+
],
33+
"database_specific": {
34+
"affected_versions": "<2.0.6"
35+
}
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://www.drupal.org/sa-contrib-2025-115"
42+
}
43+
],
44+
"credits": [
45+
{
46+
"name": "Pierre Rudloff (prudloff)",
47+
"contact": [
48+
"https://www.drupal.org/u/prudloff"
49+
]
50+
}
51+
]
52+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DSA-CONTRIB-2025-116",
4+
"modified": "2025-11-05T18:09:13.000Z",
5+
"published": "2025-11-05T18:09:13.000Z",
6+
"aliases": [
7+
"CVE-2025-12761"
8+
],
9+
"details": "This module provides the ability to convert any entity form into a simple multi-step form.\n\nThe module doesn\u2019t sufficiently filter certain user-provided text leading to a cross-site scripting (XSS) vulnerability.\n\nThis vulnerability is mitigated by the fact that an attacker must have a role with the permission \u201cadminister node form display\u201d.",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist",
14+
"name": "drupal/simple_multistep"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "2.0.0"
26+
}
27+
],
28+
"database_specific": {
29+
"constraint": "<2.0.0"
30+
}
31+
}
32+
],
33+
"database_specific": {
34+
"affected_versions": "<2.0.0"
35+
}
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://www.drupal.org/sa-contrib-2025-116"
42+
}
43+
],
44+
"credits": [
45+
{
46+
"name": "Ide Braakman (idebr)",
47+
"contact": [
48+
"https://www.drupal.org/u/idebr"
49+
]
50+
}
51+
]
52+
}

0 commit comments

Comments
 (0)