File: 2094.txt

package info (click to toggle)
snort 2.9.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 53,752 kB
  • sloc: ansic: 214,625; sh: 13,872; makefile: 2,574; yacc: 505; perl: 496; lex: 260; sql: 213; sed: 14
file content (87 lines) | stat: -rw-r--r-- 2,110 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Rule:

--
Sid:
2094

--
Summary:
vulnerability in the rpc service for the Calendar Manager Service Daemon
(CMSD) used by XDR.

--
Impact:
System compromise, denial of service, execution of arbitrary code, 
information disclosure.

--
Detailed Information:
A vulnerability exists in various implementations of external data 
representation (XDR) libraries. An integer overflow in a component 
(xdr_array) used by XDR can lead to a buffer overflow.

The XDR libraries are widely used by multiple vendors to provide a 
framework for data transmission across networks. This is most commonly 
used in RPC implementations.

A specially crafted rpc request containing a large number of arguments 
to xdr_array can lead to remote system compromise and super user access 
to the target host. Additionally, a denial of service and execution of 
arbitrary code with the privilege of the super user is also possible 
depending on the platform used.

--
Affected Systems:
Multiple verndors including all those using:
	Sun Microsystems Network Services Library (libnsl)
	GNU C library with sunrpc (glibc)
	BSD-derived libraries with XDR/RPC routines (libc)

--
Attack Scenarios:
The attacker needs to send a specially crafted rpc request containing a 
large number of arguments for xdr_array to the target host.

--
Ease of Attack:
Simple

--
False Positives:
None Known

--
False Negatives:
None Known

--
Corrective Action:
Apply the appropriate vendor supplied patches.

Upgrade the vendor libraries to the latest non-affected versions. Any 
statically linked binaries and applications must be recompiled and 
restarted after the upgrade.

Disallow all RPC requests from external sources and use a firewall to 
block access to RPC ports from outside the LAN.

--
Contributors:
Sourcefire Research Team
Brian Caswell <bmc@sourcefire.com>
Nigel Houghton <nigel.houghton@sourcefire.com>

--
Additional References:

Bugtraq:
http://www.securityfocus.com/bid/5356

CVE:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0391

CERT:
http://www.cert.org/advisories/CA-2002-25.html
http://www.kb.cert.org/vuls/id/192995

--