10
CVSSv2

CVE-2010-4435

Published: 19/01/2011 Updated: 10/10/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Unspecified vulnerability in Oracle Solaris 8, 9, and 10 allows remote malicious users to affect confidentiality, integrity, and availability, related to CDE Calendar Manager Service Daemon and RPC. NOTE: the previous information was obtained from the January 2011 CPU. Oracle has not commented on claims from other software vendors that this affects other operating systems, such as HP-UX, or claims from a reliable third party that this is a buffer overflow in rpc.cmsd via long XDR-encoded ASCII strings in RPC call 10.

Vulnerable Product Search on Vulmon Subscribe to Product

sun sunos 5.9

sun sunos 5.10

sun sunos 5.8

Exploits

rpccmsd / Calendar Manager RPC service remote proof of concept buffer overflow exploit for Solaris, AIX, and HP-UX ...
/* * Rodrigo Rubira Branco (BSDaemon) - <rodrigo *noSPAM* kernelhacking com> * wwwkernelhackingcom/rodrigo * wwwrisesecurityorg */ #include <stdlibh> #include <stdioh> #include <stringh> #include <unistdh> #include <rpc/rpch> #define CMSD_PROG 100068 #define CMSD_VERS 4 #define CMSD ...