4.3
CVSSv2

CVE-2020-10487

Published: 12/03/2020 Updated: 02/09/2022
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
CVSS v3 Base Score: 4.3 | Impact Score: 1.4 | Exploitability Score: 2.8
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:P/A:N

Vulnerability Summary

CSRF in admin/manage-glossary.php in Chadha PHPKB Standard Multi-Language 9 allows malicious users to delete a glossary term via a crafted request.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

chadhaajay phpkb 9.0

Exploits

#!/usr/bin/env python #CNVD-2020-10487 Tomcat-Ajp lfi #by ydhcui import struct # Some references: # tomcatapacheorg/connectors-doc/ajp/ajpv13ahtml def pack_string(s): if s is None: return structpack(">h", -1) l = len(s) return structpack(">H%dsb" % l, l, sencode('utf8'), 0) def unpack(stream, fmt): size = structcalcsize ...