CVE-2025-31135 MEDIUM

CVE-2025-31135: Go-Guerrilla SMTP Daemon allows the PROXY command to be sent multiple times

Vendor Phires
Product go-guerrilla
Weakness CWE-20 · Input validation
Published April 1, 2025
Last update January 28, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

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

What the vulnerability does

01Description

Go-Guerrilla SMTP Daemon is a lightweight SMTP server written in Go. Prior to 1.6.7, when ProxyOn is enabled, the PROXY command will be accepted multiple times, with later invocations overriding earlier ones. The proxy protocol only supports one initial PROXY header; anything after that is considered part of the exchange between client and server, so the client is free to send further PROXY commands with whatever data it pleases. go-guerrilla will treat these as coming from the reverse proxy, allowing a client to spoof its IP address. This vulnerability is fixed in 1.6.7.

Key dates

02Disclosure timeline

April 1, 2025 CVE published
January 28, 2026 Record updated