Lucene search
+L

IBM OmniFind Crawler - Denial of Service

🗓️ 09 Nov 2010 00:00:00Reported by Fatih KilicType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 52 Views

IBM OmniFind Denial of Service due to Endless Loop in Crawle

Related
Code
* Crawler endless loop (CVE-2010-3899)

The crawler has no recursion depth limit. A site with dynamic parameter manipulation can
cause an endless loop. This loop will block the crawler thread and use permanent server
resources. Too many blocks can lead to a denial of service. The same site will be
indexed more times and the search results will display the same site many times. This
can be abused for spamming the search results.


Exploit to test the endless loop:
/* loop.php */
<?php
 $numb = rand();
 echo $numb.'<br><a href="loop.php?value='.$numb.'">click me</a>';
?>

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

09 Nov 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 25
EPSS0.03148
52