CVE-2012-4459
published 2013-03-14CVE-2012-4459: Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0.20 and earlier allows remote attackers to cause a denial of service…
PriorityP426medium5CVSS 2.0
AVNACLAuNCNINAP
EPSS
9.21%
94.7th percentile
Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0.20 and earlier allows remote attackers to cause a denial of service (crash) via a crafted message, which triggers an out-of-bounds read.
Affected
16 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| apache | qpid | <= 0.20 | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
| apache | qpid | — | — |
CVSS provenance
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:N/I:N/A:P
osv5.0MEDIUM
vendor_redhat5.0MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-f4gr-qh9c-r8fg: Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0
ghsa_unreviewed·2022-05-17
CVE-2012-4459 [MEDIUM] GHSA-f4gr-qh9c-r8fg: Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0
Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0.20 and earlier allows remote attackers to cause a denial of service (crash) via a crafted message, which triggers an out-of-bounds read.
OSV
CVE-2012-4459: Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0
osv·2013-03-14·CVSS 5.0
CVE-2012-4459 [MEDIUM] CVE-2012-4459: Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0
Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0.20 and earlier allows remote attackers to cause a denial of service (crash) via a crafted message, which triggers an out-of-bounds read.
Red Hat
qpid-cpp: crash due to qpid::framing::Buffer::checkAvailable() wraparound
vendor_redhat·2013-03-05·CVSS 5.0
CVE-2012-4459 [MEDIUM] qpid-cpp: crash due to qpid::framing::Buffer::checkAvailable() wraparound
qpid-cpp: crash due to qpid::framing::Buffer::checkAvailable() wraparound
Integer overflow in the qpid::framing::Buffer::checkAvailable function in Apache Qpid 0.20 and earlier allows remote attackers to cause a denial of service (crash) via a crafted message, which triggers an out-of-bounds read.
Package: qpid-cpp (Red Hat Enterprise Linux 6) - Affected
Package: qpid-cpp (Red Hat Enterprise MRG 1) - Will not fix
No detection rules found.
No public exploits indexed.
Bugzilla
CVE-2013-4459 lightdm: guest account restrictions bypass
bugzilla·2013-11-25·CVSS 3.3
CVE-2013-4459 [LOW] CVE-2013-4459 lightdm: guest account restrictions bypass
CVE-2013-4459 lightdm: guest account restrictions bypass
Common Vulnerabilities and Exposures assigned an identifier CVE-2013-4459 to
the following vulnerability:
Name: CVE-2013-4459
URL: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4459
Assigned: 20130612
Reference: http://lists.freedesktop.org/archives/lightdm/2013-October/000471.html
Reference: http://lists.freedesktop.org/archives/lightdm/2013-October/000472.html
Reference: https://bugs.launchpad.net/ubuntu/%2Bsource/lightdm/%2Bbug/1243339
Reference: UBUNTU:USN-2012-1
Reference: http://www.ubuntu.com/usn/USN-2012-1
LightDM 1.7.5 through 1.8.3 and 1.9.x before 1.9.2 does not apply the AppArmor profile to the Guest account, which allows local users to bypass intended restrictions by leveraging the Guest account.
Discussion
Bugzilla
CVE-2012-4446 CVE-2012-4458 CVE-2012-4459 qpid-cpp various flaws [fedora-all]
bugzilla·2013-03-06·CVSS 6.8
CVE-2012-4446 [MEDIUM] CVE-2012-4446 CVE-2012-4458 CVE-2012-4459 qpid-cpp various flaws [fedora-all]
CVE-2012-4446 CVE-2012-4458 CVE-2012-4459 qpid-cpp various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When creating a Bodhi update request, please use the bodhi submission link
noted in the next comment(s). This will include the bug IDs of this
tracking bug as well as the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
Bodhi notes field when available.
Please note: this issue aff
Bugzilla
CVE-2012-4459 qpid-cpp: crash due to qpid::framing::Buffer::checkAvailable() wraparound
bugzilla·2012-09-27·CVSS 5.0
CVE-2012-4459 [MEDIUM] CVE-2012-4459 qpid-cpp: crash due to qpid::framing::Buffer::checkAvailable() wraparound
CVE-2012-4459 qpid-cpp: crash due to qpid::framing::Buffer::checkAvailable() wraparound
It was discovered that the qpid::framing::Buffer::checkAvailable() function could crash due to a wraparound. The function looks like this:
void checkAvailable(uint32_t count)
{ if (position + count > size) throw OutOfBounds(); }
where position + count can overflow, resulting in a value which is smaller than size. The put*String() functions contain potential wraparounds in the argument to checkAvailable().
Acknowledgements:
This issue was discovered by Florian Weimer of the Red Hat Product Security Team.
Discussion:
This is corrected upstream:
https://svn.apache.org/viewvc?view=revision&revision=1453031
External References:
https://issues.apache.org/jira/browse/QPID-4629
---
This issue has
http://rhn.redhat.com/errata/RHSA-2013-0561.htmlhttp://rhn.redhat.com/errata/RHSA-2013-0562.htmlhttp://secunia.com/advisories/52516http://svn.apache.org/viewvc?view=revision&revision=1453031https://bugzilla.redhat.com/show_bug.cgi?id=861241https://issues.apache.org/jira/browse/QPID-4629https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%220.21%22%20AND%20project%20%3D%20QPIDhttp://rhn.redhat.com/errata/RHSA-2013-0561.htmlhttp://rhn.redhat.com/errata/RHSA-2013-0562.htmlhttp://secunia.com/advisories/52516http://svn.apache.org/viewvc?view=revision&revision=1453031https://bugzilla.redhat.com/show_bug.cgi?id=861241https://issues.apache.org/jira/browse/QPID-4629https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%220.21%22%20AND%20project%20%3D%20QPID
2013-03-14
Published