7.5
CVSSv2

CVE-2009-2936

Published: 05/04/2010 Updated: 11/04/2024
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

The Command Line Interface (aka Server CLI or administration interface) in the master process in the reverse proxy server in Varnish prior to 2.1.0 does not require authentication for commands received through a TCP port, which allows remote malicious users to (1) execute arbitrary code via a vcl.inline directive that provides a VCL configuration file containing inline C code; (2) change the ownership of the master process via param.set, stop, and start directives; (3) read the initial line of an arbitrary file via a vcl.load directive; or (4) conduct cross-site request forgery (CSRF) attacks that leverage a victim's location on a trusted network and improper input validation of directives. NOTE: the vendor disputes this report, saying that it is "fundamentally misguided and pointless.

Vulnerable Product Search on Vulmon Subscribe to Product

varnish.projects.linpro varnish 1.0.1

varnish.projects.linpro varnish 1.1.2

varnish.projects.linpro varnish 2.0.5

varnish.projects.linpro varnish 2.0.2

varnish.projects.linpro varnish 1.0.3

varnish.projects.linpro varnish 1.0.4

varnish.projects.linpro varnish 2.0.1

varnish.projects.linpro varnish 2.0

varnish.projects.linpro varnish 0.9.1

varnish.projects.linpro varnish 1.0

varnish.projects.linpro varnish 2.0.6

varnish.projects.linpro varnish 0.9

varnish.projects.linpro varnish 2.0.3

varnish.projects.linpro varnish 1.0.2

varnish.projects.linpro varnish 1.1.1

varnish.projects.linpro varnish 1.1

varnish.projects.linpro varnish 2.0.4

Exploits

## # This module requires Metasploit: http//metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' class Metasploit3 < Msf::Auxiliary include Msf::Exploit::Remote::Tcp include Msf::Auxiliary::Report include Msf::Auxiliary::AuthBrute include Msf::Auxiliary::Scanner def initiali ...