← Vulnerability feed

Vulnerability record · CVE-2018-7739 · published 7 March 2018

CVE-2018-7739: antsle antman authentication bypass via invalid login characters

Antsle · Antman

antsle antman before 0.9.1a fails to validate the username and password parameters on the /login URI, allowing crafted input such as username=>&password=%0a to bypass authentication. Because the login process passes this input to Java's ProcessBuilder and the antsle-auth bash script, the flaw grants root access in the web management console.

9.8 CVSS 3.0 Critical EPSS 53% · top 1.1% CWE-20 · Improper input validation
9.8CVSS 3.0 base score, v2 7.5
53%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
6References, 6 tagged exploit
17 Jun 2026Last modified by NVD

Description

antsle antman before 0.9.1a allows remote attackers to bypass authentication via invalid characters in the username and password parameters, as demonstrated by a username=>&password=%0a string to the /login URI. This allows obtaining root permissions within the web management console, because the login process uses Java's ProcessBuilder class and a bash script called antsle-auth with insufficient input validation.

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

critical priorityCVSS 9.8 with no authentication or user interaction required, public exploit code available, and a very high EPSS score make this an urgent pre-auth root compromise risk.

What it is

antsle antman before 0.9.1a fails to validate the username and password parameters on the /login URI, allowing crafted input such as username=>&password=%0a to bypass authentication. Because the login process passes this input to Java's ProcessBuilder and the antsle-auth bash script, the flaw grants root access in the web management console.

Impact

An unauthenticated attacker gains root permissions within the antman web management console, giving full control over the managed host and its configuration.

Attack surface

Reachable over the network through the /login URI of the antman web console; no authentication or user interaction is required, as reflected by the CVSS vector AV:N/PR:N/UI:N.

Exploitation

Public exploit code exists (Exploit-DB 44220 and 44262, plus a third-party advisory blog), and EPSS is 0.53231 (98.9th percentile), though the CVE is not listed in CISA KEV.

What to do

  • Upgrade antman to 0.9.1a or later, which fixes the input validation flaw.
  • If immediate upgrade is not possible, restrict network access to the antman web console to trusted management networks only.
  • Review and harden the antsle-auth script and login flow to avoid passing user input to ProcessBuilder or shell commands.
  • Audit the antman console for unauthorized accounts or configuration changes made through the bypass.

Detection

  • Monitor web server and antman logs for /login requests containing shell metacharacters or newline sequences in username or password parameters.
  • Alert on successful logins from unexpected source IPs or at unusual times, especially followed by root-level console actions.
  • Inspect process execution logs for antsle-auth invocations with abnormal arguments or child processes spawned from the web console.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://blog.codecatoctin.com/2018/02/antman-authentication-bypass.html ExploitThird Party Advisory
https://www.exploit-db.com/exploits/44220/ ExploitThird Party AdvisoryVDB Entry
https://www.exploit-db.com/exploits/44262/ ExploitThird Party AdvisoryVDB Entry
http://blog.codecatoctin.com/2018/02/antman-authentication-bypass.html ExploitThird Party Advisory
https://www.exploit-db.com/exploits/44220/ ExploitThird Party AdvisoryVDB Entry
https://www.exploit-db.com/exploits/44262/ ExploitThird Party AdvisoryVDB Entry

Track CVE-2018-7739 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.5CVE-2026-93952Arista velocloud orchestrator improper input validation vulnerabilityVeloCloud Orchestrator (VCO) on-prem has a security issue where this issue may allow a remote attacker to access privileged internal functionality an…KEVEPSS 0.90%8.8CVE-2019-1068Microsoft SQL Server improper input validation remote code executionMicrosoft SQL Server mishandles processing of internal functions, allowing an authenticated remote attacker to execute code on the database server. T…KEVEPSS 58%analysed5.9CVE-2025-68686FortiOS symbolic link patch bypass exposes sensitive informationFortiOS contains an information exposure flaw (CWE-200) that lets a remote unauthenticated attacker bypass the patch for the symbolic link persistenc…KEVEPSS 30%analysed9.3CVE-2026-12569PTC Windchill PDMlink and FlexPLM deserialization RCEPTC Windchill PDMlink and FlexPLM contain a deserialization of untrusted data flaw (also classified as improper input validation) that allows remote …KEVEPSS 46%analysed10.0CVE-2026-34910Ubiquiti UniFi OS input validation flaw allows command injectionUniFi OS devices contain an improper input validation vulnerability (CWE-20) that lets a network-reachable attacker inject and execute commands. It a…KEVEPSS 46%analysed7.2CVE-2026-6973Ivanti EPMM improper input validation enables remote code executionIvanti Endpoint Manager Mobile (EPMM) before versions 12.6.1.1, 12.7.0.1, and 12.8.0.1 contains an improper input validation flaw (CWE-20) that lets …KEVEPSS 2.5%analysed7.5CVE-2026-20133Cisco Catalyst SD-WAN Manager insufficient file system restrictions expose dataCisco Catalyst SD-WAN Software has insufficient file system restrictions that let an attacker read sensitive files on the underlying operating system…KEVEPSS 32%analysed8.8CVE-2026-34197Apache ActiveMQ Jolokia JMX bridge code injection via broker config URIApache ActiveMQ Classic exposes the Jolokia JMX-HTTP bridge at /api/jolokia/ with a default policy that allows exec operations on all org.apache.acti…KEVEPSS 15%analysed

Source: NIST National Vulnerability Database (record CVE-2018-7739), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.