70 matches found
SQL Injection Bypass Vulnerability in CloudLock Server Side for Windows (CNVD-2020-02256)
CloudLock is a free server security management software based on operating system kernel hardening technology, which supports cross-platform real-time, batch and remote security management of windows/linux servers. The Windows version of CloudLock server-side SQL injection bypass vulnerability ca...
DEBIAN-CVE-2018-16384
A SQL injection bypass aka PL1 bypass exists in OWASP ModSecurity Core Rule Set owasp-modsecurity-crs through v3.1.0-rc3 via ab where a is a special function name such as "if" and b is the SQL statement to be executed...
PT-2018-13536 · Owasp · Owasp Modsecurity Core Rule Set
Name of the Vulnerable Software and Affected Versions: OWASP ModSecurity Core Rule Set versions prior to 3.1.0-rc4 Description: A SQL injection bypass issue exists, allowing attackers to bypass security controls. This is achieved by using a special syntax ab, where a is a special function name,...
CVE-2018-5175
A mechanism to bypass Content Security Policy CSP protections on sites that have a "script-src" policy of "'strict-dynamic'". If a target website contains an HTML injection flaw an attacker could inject a reference to a copy of the "require.js" library that is part of Firefox's Developer Tools, a...
Schools Alert Management Script - Authentication Bypass
Schools Alert Management Script - Authentication Bypass ======================================================== Schools Alert Management - SQL injection login bypass Description : an attacker is able to inject malicious sql query to bypass the login page and login as admin of the particular scho...
Car or Cab Booking Script - Authentication Bypass
Car or Cab Booking Script - Authentication Bypass ======================================================== Car or Cab Booking Script - SQL injection login bypass Description : an attacker is able to inject malicious sql query to bypass the login page and login as admin of the particular school...
Car or Cab Booking Script - Authentication Bypass
======================================================== Car or Cab Booking Script - SQL injection login bypass Description : an attacker is able to inject malicious sql query to bypass the login page and login as admin of the particular school Proof of Concept : -...
VehicleWorkshop - Authentication Bypass Vulnerability
Exploit for php platform in category web applications Type: Admin or Customer login bypass via SQL injection Author: Touhid M.Shaikh Vendor Homepage: https://github.com/spiritson/VehicleWorkshop Mail: touhidshaikh22atgmaildotcom More info: https://blog.touhidshaikh.com/ ===================== PoC...
Tencent cloud security suffers from injection bypass vulnerability
Tencent Cloud is a public cloud platform built by Tencent for a wide range of enterprises and individuals; it provides basic cloud computing services such as cloud servers, cloud databases, cloud storage and CDN, as well as industry solutions for games, videos and mobile applications. Tencent clo...
Milw0rm 1.0 /admin/login.php SQL注入漏洞
1/admin/login.php $usr = htmlspecialcharstrim$POST'usr'; $pwd = htmlspecialcharstrim$POST'pwd'; if$usr && $pwd $login = mysqlquery"SELECT FROM siteinfo WHERE admusr='".$usr."' AND admpwd='".md5$pwd."';"; $row = mysqlnumrows$login;...
Sql injection
Clang in LLVM, as used in Apple Xcode before 6.3, performs incorrect register allocation in a way that triggers stack storage for stack cookie pointers, which might allow context-dependent attackers to bypass a stack-guard protection mechanism via crafted input to an affected C program...
CmsEasy the latest version 5. 5_UTF-8_20140802 bypass the four patches continue to SQL injection-vulnerability warning-the black bar safety net
CmsEasy the latest version 5. 5UTF-820140802, the front is the rain God to spare the three Tick: cmseasy bypass patchSQL injectionone Tick: continue to bypass cmseasy patches continue to inject Tick: continuous bypass cmseasy two patches continue to inject The latest inside also repair, but the...
74cms(20141020)全局SQL注入过滤绕过
简要描述: 74cmsv3.5.120141020 绕过全局SQL注入过滤。 详细说明: WooYun: 74cms 最新版 注入8-9 报道过74cms转换编码导致的SQL注入的问题,是由于使用了iconv函数导致的,74cms做了修正,转而使用了自定义的函数utf8togbk来转换编码,代码如下: function utf8togbk$utfstr global $UC2GBTABLE; $okstr = ''; ifempty$UC2GBTABLE define'CODETABLEDIR',...
一步步击溃PHPYUN(另类方法绕过防注入)
简要描述: 由某处SQL注入引起,最终通过组合漏洞击溃PHPYUN 详细说明: 测试版本:PHPYUN 3.1 GBK beta 20140728 PHPYUN使用了两套waf,一套自己写的,一套360的,从第一套开始。 \data\db.safety.php: quotesGPC; // 效果:addslashes if$config'syistemplate'!='1' || md5md5$config'sysafekey'.$GET'm'!=$POST'safekey' foreach$POST as $id=$v safesql$id,$v,"POST",$config; $id...
Destoon B2B 2014-05-21最新版绕过全局防御暴力注入(官方Demo可重现)
简要描述: destoon某加密函数缺陷可破解导致注入 由于字符串加密,所以自带的全局stripsql gpc等直接无视了 使用不安全的“随机数”的实例 搬个小凳子吧,这个一时半会儿说不完。。。 详细说明: 出问题的是用于cookie加解密的encrypt和decrypt函数 首先看一下函数内容include/global.func.php 122行 function encrypt$txt, $key = '' $key or $key = DTKEY; //DTKEY是在安装时生成的一个15位随机字符串 $rnd = md5microtime;//缺陷 下面说 $len =...
Fedora 20 : mediawiki-1.21.3-1.fc20 (2013-22047)
Kevin Israel Wikipedia user PleaseStand identified and reported two vectors for injecting JavaScript in CSS that bypassed MediaWiki's blacklist CVE-2013-4567, CVE-2013-4568. - Internal review while debugging a site issue discovered that MediaWiki and the CentralNotice extension were incorrectly...
Mozilla Thunderbird ESR Multiple Vulnerabilities - August12 (Mac OS X)
This host is installed with Mozilla Thunderbird ESR and is prone to multiple vulnerabilities. OpenVAS Vulnerability Test $Id: gbmozillathunderbirdesrmultvulnaug12macosx.nasl 6115 2017-05-12 09:03:25Z teissa $ Mozilla Thunderbird ESR Multiple Vulnerabilities - August12 Mac OS X Authors: Arun Kalla...
A lot of Taobao guest 7. 4 SQL injection bypass vulnerability-vulnerability warning-the black bar safety net
Brief description: See before someone made a lot of this procedure of injecting http://www.wooyun.org/bugs/wooyun-2010-04024 Look at the source code, almost naked injection?: $id =$GET'id'; $good=selsql'dhlist','id,name,pic,money,jifen,num,content,num','id='.$ id; OK, OK!! See online that lot and...
php: XSS and SQL injection bypass via crafted overlong UTF-8 encoded string
Integer overflow in the xmlutf8decode function in ext/xml/xml.c in PHP before 5.2.11 makes it easier for remote attackers to bypass cross-site scripting XSS and SQL injection protection mechanisms via a crafted string that uses overlong UTF-8 encoding, a different vulnerability than CVE-2010-3870...
php: XSS mitigation bypass via utf8_decode()
The utf8decode function in PHP before 5.3.4 does not properly handle non-shortest form UTF-8 encoding and ill-formed subsequences in UTF-8 data, which makes it easier for remote attackers to bypass cross-site scripting XSS and SQL injection protection mechanisms via a crafted string...