pidgin/nest
Clone
Summary
Browse
Changes
Graph
Fix the date on the 2023 Q3 state of the bird
default
tip
3 weeks ago, Gary Kramlich
4a261d8e9db1
Fix the date on the 2023 Q3 state of the bird
Testing Done:
Eyeball tests.
Reviewed at https://reviews.imfreedom.org/r/2791/
---
title: cve-2013-6482-02
date: 2014-01-28T00:00:00.000Z
cveNumber: cve-2013-6482
summary: NULL pointer dereference parsing OIM data in MSN
discoveredBy: Fabian Yamaguchi and Christian Wressnegger of the University of Goettingen
fixedInRelease: 2.10.8
type: security
layout: cve
hidden: true
---
### Description
A malicious server or man-in-the-middle could send us a specially-crafted XML
response that results in a NULL pointer dereference.
### Mitigation
Check for NULL before calling
`atoi()`
.