AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2018-14089

HIGH · CVSS 7.5 EPSS 0.93% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2018-07-16 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.5. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2018-14089
Severity
HIGH
CVSS
7.5
EPSS
0.93%

Original NVD Description

An issue was discovered in a smart contract implementation for Virgo_ZodiacToken, an Ethereum token. In this contract, 'bool sufficientAllowance = allowance <= _value' will cause an arbitrary transfer in the function transferFrom because '<=' is used instead of '>=' (which was intended). An attacker can transfer from any address to his address, and does not need to meet the 'allowance > value' condition.