-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Expand file tree
/
Copy pathCVE-2026-25892.yaml
More file actions
65 lines (57 loc) · 1.74 KB
/
CVE-2026-25892.yaml
File metadata and controls
65 lines (57 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
id: CVE-2026-25892
info:
name: Adminer 4.6.2 - 5.4.1 Unauthenticated Persistent DoS
author: DhiyaneshDk
severity: high
description: |
Adminer <= 5.4.1 contains a denial of service caused by lack of origin validation in version check endpoint, letting attackers trigger server errors via crafted POST requests, exploit requires no special privileges.
impact: |
Attackers can cause server errors resulting in denial of service for all users.
remediation: Upgrade to Adminer 5.4.2 or later.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
cvss-score: 7.5
cwe-id: CWE-20
epss-score: 0.02921
epss-percentile: 0.86129
reference:
- https://github.com/vrana/adminer/security/advisories/GHSA-q4f2-39gr-45jh
- https://github.com/vrana/adminer/commit/21d3a3150388677b18647d68aec93b7850e457d3
metadata:
verified: true
max-request: 3
vendor: adminer
product: adminer
fofa-query: 'title="Adminer" || body="Adminer"'
shodan-query: 'http.title:"Adminer"'
tags: cve,cve2026,adminer,passive
http:
- method: GET
path:
- '{{BaseURL}}/adminer.php'
- '{{BaseURL}}/editor.php'
- '{{BaseURL}}/adminer/'
headers:
Accept-Language: en-US,en;q=0.5
stop-at-first-match: true
redirects: true
extractors:
- type: regex
name: version
part: body
group: 1
regex:
- '<span class="version">([0-9.]+)</span>'
matchers-condition: and
matchers:
- type: word
words:
- "Adminer</title>"
- "Adminer</a>"
condition: or
- type: status
status:
- 200
- type: dsl
dsl:
- 'compare_versions(version, ">=4.6.2", "<=5.4.1")'