S-195: Novell iPrint Client 'ienipp.ocx' ActiveX Vulnerability


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) S-195: Novell iPrint Client 'ienipp.ocx' ActiveX Vulnerability
# 1  
Old 02-25-2008
S-195: Novell iPrint Client 'ienipp.ocx' ActiveX Vulnerability

Novell iPrint Client 'ienipp.oxc' ActiveX control is prone to a buffer-overflow vulnerability because the application fails to perform adequate boundary checks on user-supplied data. The risk is MEDIUM. Successfully exploiting this issue allows remote attackers to execute arbitrary code in the context of the application using the ActiveX control (typically Internet Explorer). Failed exploit attempts likely result in denial-of-service conditions.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
csx_DeregisterClient(9F)				   Kernel Functions for Drivers 				  csx_DeregisterClient(9F)

NAME
csx_DeregisterClient - remove client from Card Services list SYNOPSIS
#include <sys/pccard.h> int32_t csx_DeregisterClient(client_handle_t ch); INTERFACE LEVEL
Solaris DDI Specific (Solaris DDI) PARAMETERS
ch Client handle returned from csx_RegisterClient(9F). DESCRIPTION
This function removes a client from the list of registered clients maintained by Card Services. The Client Handle returned by csx_Register- Client(9F) is passed in the client_handle_t argument. The client must have returned all requested resources before this function is called. If any resources have not been released, CS_IN_USE is returned. RETURN VALUES
CS_SUCCESS Successful operation. CS_BAD_HANDLE Client handle is invalid. CS_IN_USE Resources not released by this client. CS_UNSUPPORTED_FUNCTION No PCMCIA hardware installed. CONTEXT
This function may be called from user or kernel context. SEE ALSO
csx_RegisterClient(9F) PC Card 95 Standard, PCMCIA/JEIDA WARNINGS
Clients should be prepared to receive callbacks until Card Services returns from this request successfully. SunOS 5.11 19 Jul 1996 csx_DeregisterClient(9F)