Bug 819733 (CVE-2012-2328) - CVE-2012-2328 sblim: hash table collisions CPU usage DoS
Summary: CVE-2012-2328 sblim: hash table collisions CPU usage DoS
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2012-2328
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 803391
Blocks: 819734
TreeView+ depends on / blocked
 
Reported: 2012-05-08 05:45 UTC by Kurt Seifried
Modified: 2021-10-19 21:54 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-10-19 21:54:42 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2012:0987 0 normal SHIPPED_LIVE Low: sblim-cim-client2 security update 2012-06-19 19:28:10 UTC

Description Kurt Seifried 2012-05-08 05:45:55 UTC
Juraj Somorovsky reported that certain XML parsers/servers are affected by the
same, or similar, flaw as the hash table collisions CPU usage denial of
service.  Sending a specially crafted message to an XML service can result in
longer processing time, which could lead to a denial of service.  It is
reported that this attack on XML can be applied on different XML nodes (such as
entities, element attributes, namespaces, various elements in the XML security,
etc.).

sblim is written in Java and makes significant use of arrays.

Comment 4 errata-xmlrpc 2012-06-20 07:22:39 UTC
This issue has been addressed in following products:

  Red Hat Enterprise Linux 6

Via RHSA-2012:0987 https://rhn.redhat.com/errata/RHSA-2012-0987.html

Comment 6 Tomas Hoger 2012-07-26 08:59:22 UTC
The fix that was applied here is not correct (randomization as used here does not help) and was not actually needed (NODENAME_HASH uses fixed, hard-coded set of strings as HashMap keys):

https://sourceforge.net/tracker/index.php?func=detail&aid=3535383&group_id=128809&atid=712784

It seems upstream will eventually revert the fix.


Note You need to log in before you can comment on or make changes to this bug.