hugo/content/about/security/advisories/cve-2013-6482-03.md

Fri, 30 Aug 2024 19:33:36 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 30 Aug 2024 19:33:36 -0500
changeset 543
4ab2b8637540
parent 400
d5c8285de7f1
permissions
-rw-r--r--

Update the plugins page for the new process

This includes defining the process and providing a template for a new issue to
add new plugins. I did go through and audit `No IRC /WHO` so we had at least
one validated entry.

Testing Done:
Ran `npm run hugo:server` locally and verified the page worked and checked the new links.

Bugs closed: NEST-53

Reviewed at https://reviews.imfreedom.org/r/3450/

---
title: cve-2013-6482-03
date: 2014-01-28T00:00:00.000Z
cveNumber: cve-2013-6482
summary: NULL pointer dereference parsing SOAP 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 SOAP
response that results in a NULL pointer dereference.

### Mitigation

Check for NULL before using values.

mercurial