Lucene search
+L

1107 matches found

CNNVD
CNNVD
added 2022/10/07 12:00 a.m.8 views

CodeIgniter SQL注入漏洞

CodeIgniter is an open source web framework written in PHP. A SQL injection vulnerability exists in CodeIgniter version 3.1.13 and earlier versions, which stems from a SQL injection problem in the orwhere method in the systemdatabaseDBquerybuilder.php location...

9.8CVSS8.5AI score0.00933EPSS
SaveExploits1References3
CVE
CVE
added 2022/10/07 12:00 a.m.112 views

CVE-2022-40826

CVE-2022-40826 affects CodeIgniter up to version 3.1.13. The vulnerability is a SQL injection in the or_having() function of the system/database/DB_query_builder.php. Root cause per sources is improper handling in or_having, enabling attacker-controlled SQL execution. Impact is described as high/...

9.8CVSS9.8AI score0.00933EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2022/10/07 12:00 a.m.113 views

CVE-2022-40833

CVE-2022-40833 affects CodeIgniter versions <= 3.1.13. The underlying issue is an SQL injection in the or_where_in() function within system/database/DB_query_builder.php, leading to possible data disclosure/modification and service impact as reflected by the CVSS v3.1 base score of 9.8 (CRITIC...

9.8CVSS9.8AI score0.00933EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2022/10/07 12:00 a.m.9 views

PT-2022-25567 · Unknown · Codeigniter

Name of the Vulnerable Software and Affected Versions: CodeIgniter versions 3.1.13 and earlier Description: The issue concerns a SQL Injection vulnerability via the or not like function in the system/database/DB query builder.php file. Note that the validity of this issue has been disputed by...

9.8CVSS8.1AI score0.00933EPSS
SaveExploits1References6
CVE
CVE
added 2022/10/07 12:00 a.m.113 views

CVE-2022-40832

CodeIgniter up to version 3.1.13 is affected by an SQL injection in the having() path of the DB query builder (system/database/DB_query_builder.php). The vulnerability is cited across multiple feeds (CodeIgniter <=3.1.13; some parties dispute its validity). Impact is described as SQL injection...

9.8CVSS9.8AI score0.00933EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2022/10/07 12:00 a.m.15 views

CVE-2022-40828

B.C. Institute of Technology CodeIgniter =3.1.13 is vulnerable to SQL Injection via system\database\DBquerybuilder.php orwherenotin function. Note: Multiple third parties have disputed this as not a valid vulnerability...

8AI score0.00933EPSS
SaveExploits1References2
CVE
CVE
added 2022/10/07 12:00 a.m.110 views

CVE-2022-40835

CVE-2022-40835 refers to a SQL injection issue in CodeIgniter <= 3.1.13, via the file system/database/DB_query_builder.php. The vulnerability is described as affecting CodeIgniter’s CodeIgniter framework versions up to 3.1.13, with a root cause tied to the DB_query_builder component. The CVE e...

9.8CVSS9.8AI score0.00933EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2022/10/07 12:00 a.m.42 views

CVE-2022-40831

B.C. Institute of Technology CodeIgniter =3.1.13 is vulnerable to SQL Injection via system\database\DBquerybuilder.php like function. Note: Multiple third parties have disputed this as not a valid vulnerability...

10AI score0.00933EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2022/10/07 12:00 a.m.12 views

PT-2022-25561 · Unknown · Codeigniter

Name of the Vulnerable Software and Affected Versions: CodeIgniter versions =3.1.13 Description: The issue concerns SQL Injection via the or like function in the system/database/DB query builder.php file. Note that the validity of this issue has been disputed by multiple third parties...

9.8CVSS8.3AI score0.00933EPSS
SaveExploits1References6
NVD
NVD
added 2022/10/06 8:15 p.m.53 views

CVE-2022-39284

CodeIgniter is a PHP full-stack web framework. In versions prior to 4.2.7 setting $secure or $httponly value to true in Config\Cookie is not reflected in setcookie or Response::setCookie. As a result cookie values are erroneously exposed to scripts. It should be noted that this vulnerability does...

4.3CVSS0.0088EPSS
SaveExploits1References6
Prion
Prion
added 2022/10/06 8:15 p.m.19 views

Code injection

CodeIgniter is a PHP full-stack web framework. In versions prior to 4.2.7 setting $secure or $httponly value to true in Config\Cookie is not reflected in setcookie or Response::setCookie. As a result cookie values are erroneously exposed to scripts. It should be noted that this vulnerability does...

4CVSS4.7AI score0.0088EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
added 2022/10/06 12:00 a.m.8 views

PT-2022-24868 · Unknown · Codeigniter

Name of the Vulnerable Software and Affected Versions: CodeIgniter versions prior to 4.2.7 Description: The issue arises when setting $secure or $httponly value to true in ConfigCookie is not reflected in set cookie or Response::setCookie, resulting in cookie values being erroneously exposed to...

4.3CVSS4.3AI score0.0088EPSS
SaveExploits1References15
CNNVD
CNNVD
added 2022/10/06 12:00 a.m.11 views

CodeIgniter 安全漏洞

CodeIgniter is an open source web framework written in the PHP language. A security vulnerability exists in CodeIgniter versions prior to 4.2.7 that stems from its incorrect configuration causing cookie values to be incorrectly publicized to scripts...

4.3CVSS5.1AI score0.0088EPSS
SaveExploits1References7
CVE
CVE
added 2022/10/06 12:00 a.m.95 views

CVE-2022-39284

CodeIgniter 4 prior to v4.2.7 has a cookie handling bug where setting secure or HttpOnly (Config\Cookie) is not reflected in set_cookie() or Response::setCookie(), causing cookie values to be exposed to scripts. The vulnerability is limited to non-session cookies and does not affect sessions. Aff...

4.3CVSS4.3AI score0.0088EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2022/10/06 12:00 a.m.34 views

CVE-2022-39284 Secure or HttpOnly flag set in Config\Cookie is not reflected in Cookies issued in Codeigniter4

CodeIgniter is a PHP full-stack web framework. In versions prior to 4.2.7 setting $secure or $httponly value to true in Config\Cookie is not reflected in setcookie or Response::setCookie. As a result cookie values are erroneously exposed to scripts. It should be noted that this vulnerability does...

2.6CVSS4.8AI score
SaveExploits0References8
zdt
zdt
added 2022/09/23 12:00 a.m.203 views

Multix 2.4 Cross Site Request Forgery Vulnerability

Exploit Title: Multix - Multipurpose Website CMS with Codeigniter Cross Site Request Forgery Exploit Author: th3d1gger Vendor Homepage: https://codecanyon.net Software Link: https://codecanyon.net/item/multix-multipurpose-website-cms-with-codeigniter/23537596 Version: Version 2.4 Tested on Ubuntu...

0.7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2022/09/22 12:00 a.m.261 views

Multix 2.4 Cross Site Scripting

Exploit Title: Multix - Multipurpose Website CMS with Codeigniter Reflected Cross Site Scripting Exploit Author: th3d1gger Vendor Homepage: https://codecanyon.net Software Link: https://codecanyon.net/item/multix-multipurpose-website-cms-with-codeigniter/23537596 Version: Version 2.4 Tested on...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2022/09/22 12:00 a.m.319 views

Multix 2.4 Cross Site Request Forgery

Exploit Title: Multix - Multipurpose Website CMS with Codeigniter Cross Site Request Forgery Exploit Author: th3d1gger Vendor Homepage: https://codecanyon.net Software Link: https://codecanyon.net/item/multix-multipurpose-website-cms-with-codeigniter/23537596 Version: Version 2.4 Tested on Ubuntu...

0.8AI score
SaveExploits0
OSV
OSV
added 2022/08/18 8:15 p.m.34 views

CVE-2022-35213

Ecommerce-CodeIgniter-Bootstrap before commit 56465f was discovered to contain a cross-site scripting XSS vulnerability via the function baseurl at /blog/blogpublish.php...

6.1CVSS6.2AI score0.00574EPSS
SaveExploits1References2
NVD
NVD
added 2022/08/18 8:15 p.m.28 views

CVE-2022-35213

Ecommerce-CodeIgniter-Bootstrap before commit 56465f was discovered to contain a cross-site scripting XSS vulnerability via the function baseurl at /blog/blogpublish.php...

6.1CVSS0.00574EPSS
SaveExploits1References2
Rows per page
Query Builder