4.3
CVSSv2

CVE-2012-6534

Published: 29/03/2013 Updated: 05/10/2017
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:P/A:N

Vulnerability Summary

Novell Sentinel Log Manager prior to 1.2.0.3 allows remote malicious users to create data retention policies via a crafted text/x-gwt-rpc request to novelllogmanager/datastorageservice.rpc, and allows remote authenticated Report Administrators to create data retention policies via a search-results "Save Query As" "Save As Retention Policy" action.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

novell sentinel log manager 1.2

novell sentinel log manager 1.2.0.1

novell sentinel log manager 1.1.0.0

novell sentinel log manager 1.1.0.1

novell sentinel log manager 1.0.0.4

novell sentinel log manager 1.0.0.5

novell sentinel log manager

novell sentinel log manager 1.1.0.2

Exploits

Novell Sentinel Log Manager ver <=1202 allows unauthenticated users configuring retention policies Vendor informed: 2012/09/06 Patch Released: 2012/09/21 PoC: #!/bin/bash TARGET=$1 PORT=8443 if [ $# -ne 1 ]; then echo "Usage: `basename $0` target" exit 1 fi echo "POST /novelllogmanager/datastorageservicerpc HTTP/11 Host: $TARGET: ...