CVE-2026-100698
Last modified
CVE-2026-100698 is a medium-severity vulnerability rated 5.8/10 on the CVSS scale. Adminer 5.5.1 through 6.0.1 improperly parses the login 'server' string in the host_port() function in adminer/include/functions.inc.php. The port capture group requires pure digits anchored to the end of the string, so any server value with a non-digit tail fails the regex and falls back to returning the whole string as the host with an empty port.
Description
Adminer 5.5.1 through 6.0.1 improperly parses the login 'server' string in the host_port() function in adminer/include/functions.inc.php. The port capture group requires pure digits anchored to the end of the string, so any server value with a non-digit tail fails the regex and falls back to returning the whole string as the host with an empty port. Because the privileged-port restriction in adminer/include/auth.inc.php inspects only the parsed port, the check is skipped, and the mysqli/mysqlnd client subsequently re-parses host:port from the host string and opens a TCP connection. A remote, unauthenticated attacker who can reach the Adminer login page can submit a crafted value such as 127.0.0.1:80/x to make the server initiate TCP connections to arbitrary internal hosts and privileged ports before credentials are validated, enabling server-side request forgery and blind internal port scanning (connection refused vs. handshake vs. timeout acts as a liveness oracle). This is a regression that re-opens the bypass fixed in 5.5.0 (GHSA-58cq-mgw2-38m5). Fixed in 6.0.2.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| vrana | adminer | < 6.0.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-100698?
How severe is CVE-2026-100698?
How do I fix CVE-2026-100698?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-100692Hugo is a static site generator. In versions after v0.123.0 …7.5
- CVE-2026-100693Hugo versions from v0.162.0 before v0.166.0 contain a case-s…8.4
- CVE-2026-100694Hugo is a static site generator. In versions from v0.56.0 th…6.1
- CVE-2026-100695Adminer before 6.0.2 contains a cross-site scripting vulnera…6.1
- CVE-2026-100696Adminer 4.16.0 through 6.0.1 contain a pre-authentication Se…5.8
- CVE-2026-100697Adminer 6.0.0 through 6.0.1, when the official ClickHouse dr…8.6
- CVE-2026-100699Nodemailer is a Node.js email-sending library. In versions >…5.3
- CVE-2026-1007Incorrect Authorization vulnerability in virtual gateway com…7.6
- CVE-2026-10070A vulnerability was found in macrozheng mall up to 1.0.3. Th…5.1
- CVE-2026-100700nodemailer before 10.0.6 contains a denial of service vulner…7.5
- CVE-2026-100701Nodemailer versions 5.0.0 through 10.0.1 use a process-globa…5.9
- CVE-2026-100702Nodemailer before 10.0.2 fails to properly flatten deeply ne…5.9
Are you affected by CVE-2026-100698?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
