7.5
CVSSv3

CVE-2014-5329

Published: 08/09/2023 Updated: 14/09/2023
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 0

Vulnerability Summary

GIGAPOD file servers (Appliance model and Software model) provide two web interfaces, 80/tcp and 443/tcp for user operation, and 8001/tcp for administrative operation. 8001/tcp is served by a version of Apache HTTP server containing a flaw in handling HTTP requests (CVE-2011-3192), which may lead to a denial-of-service (DoS) condition.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

tripodworks gigapod_officehard_firmware

tripodworks gigapod_2010_firmware

tripodworks gigapod_3_firmware

Exploits

/* * This is a reverse engineered version of the exploit for CVE-2011-3192 made * by ev1lut10n (jayakonstruksicom/backupintsec/rapachetgz) * Copyright 2011 Ramon de C Valle <rcvalle@redhatcom> * * Compile with the following command: * gcc -Wall -pthread -o rcvalle-rapache rcvalle-rapachec */ #include <stdioh> #inclu ...
#Apache httpd Remote Denial of Service (memory exhaustion) #By Kingcope #Year 2011 # # Will result in swapping memory to filesystem on the remote side # plus killing of processes when running out of swap space # Remote System becomes unstable # use IO::Socket; use Parallel::ForkManager; sub usage { print "Apache Remote Denial of Service (memor ...

Github Repositories

apache http dos 漏洞复现,以及漏洞检测

DoS 漏洞复现 + 基于机器学习的 DoS 攻击检测器 准备好复现漏洞的环境 客户端(windows 或 Linux 主机任意) 服务端(Linux主机一台。下文使用 Ubuntu) 步骤一:服务端主机安装 Apache2 sudo apt update sudo apt install apache2 apache2 -version 步骤二:服务端主机需自定义 Apache 日志文件存放路径 需要自