Lucene search
+L

1215 matches found

Cvelist
Cvelist
added 2022/03/18 10:25 p.m.25 views

CVE-2022-25578

taocms v3.0.2 allows attackers to execute code injection via arbitrarily editing the .htaccess file...

9.9AI score0.01674EPSS
SaveExploits1References1
CVE
CVE
added 2022/03/18 10:25 p.m.80 views

CVE-2022-25578

Summary: CVE-2022-25578 affects taocms 3.0.2, where code execution can occur by arbitrarily editing the .htaccess file. The vulnerability centers on code injection via .htaccess edits, enabling potential webshell or malicious code execution. What’s affected: taocms version 3.0.2 (CMS web applicat...

9.8CVSS9.7AI score0.01674EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2022/03/18 10:25 p.m.14 views

CVE-2022-25578

taocms v3.0.2 allows attackers to execute code injection via arbitrarily editing the .htaccess file...

9.8CVSS7.8AI score0.01674EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2022/03/18 12:0 a.m.8 views

PT-2022-17380 · Taocms · Taocms

Name of the Vulnerable Software and Affected Versions: taocms version 3.0.2 Description: The issue allows attackers to execute code injection via arbitrarily editing the .htaccess file. Recommendations: For taocms version 3.0.2, restrict access to the .htaccess file to prevent arbitrary edits and...

9.8CVSS9.7AI score0.01674EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2022/03/18 12:0 a.m.9 views

Taocms 代码注入漏洞

TaoCMS is a CMS web content management system with perfect support for multiple databases Sqlite/Mysql. TaoCMS has a code injection vulnerability that can be exploited by attackers to execute code injection by arbitrarily editing .htaccess files to execute malicious code or write malicious code...

9.8CVSS5.9AI score0.01674EPSS
SaveExploits1References3
OSV
OSV
added 2022/03/01 10:5 p.m.25 views

GHSA-MJ6M-246H-9W56 Improper regex in htaccess file

Impact the default .htaccess file has some restrictions in the access to PHP files to only allow specific PHP files to be executed in the root of the application. This logic isn't correct, as the regex in the second FilesMatch only checks the filename, not the full path. Patches Please upgrade to...

9.1CVSS8.1AI score0.00502EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2022/03/01 12:0 a.m.9 views

Mautic 访问控制错误漏洞

Mautic is an open source marketing automation software from Mautic Open Source. The software monitors and manages websites, sends emails and manages customer resources. Mautic has an access control error vulnerability that stems from an incorrect regular expression in the htaccess file. A remote...

9.1CVSS8.3AI score0.00502EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2022/03/01 12:0 a.m.11 views

PT-2022-17501 · Mautic · Mautic

Name of the Vulnerable Software and Affected Versions: Mautic versions prior to 3.3.5 Mautic versions prior to 4.2.0 Description: The default .htaccess file has some restrictions in the access to PHP files to only allow specific PHP files to be executed in the root of the application. However, th...

9.1CVSS7.2AI score0.00502EPSS
SaveExploits0References7
VulnCheck KEV
VulnCheck KEV
added 2022/02/22 12:0 a.m.7 views

VulnCheck KEV: CVE-2017-9798

Apache httpd allows remote attackers to read secret data from process memory if the Limit directive can be set in a user's .htaccess file, or if httpd.conf has certain misconfigurations, aka Optionsbleed. This affects the Apache HTTP Server through 2.2.34 and 2.4.x through 2.4.27. The attacker...

7.5CVSS6.7AI score0.94651EPSS
SaveExploits9References1
wpexploit
wpexploit
added 2022/02/22 12:0 a.m.119 views

BulletProof Security < 5.8 - Admin+ Stored Cross-Site Scripting (XSS)

The plugin does not sanitise and escape some of its settings, which could allow high privilege users to perform Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed. As admin, put the following payloads: - in the htaccess File Options htaccess File Editor...

0.4AI score0.00588EPSS
SaveExploits2
ATTACKERKB
ATTACKERKB
added 2022/02/09 4:15 p.m.5 views

CVE-2021-44912

In XE 1.116, when uploading the Normal button, there is no restriction on the file suffix, which leads to any file uploading to the files directory. Since .htaccess only restricts the PHP type, uploading HTML-type files leads to stored XSS vulnerabilities. If the .htaccess configuration is...

5.4CVSS6AI score0.00487EPSS
SaveExploits1References2
NVD
NVD
added 2022/02/09 4:15 p.m.22 views

CVE-2021-44912

In XE 1.116, when uploading the Normal button, there is no restriction on the file suffix, which leads to any file uploading to the files directory. Since .htaccess only restricts the PHP type, uploading HTML-type files leads to stored XSS vulnerabilities. If the .htaccess configuration is...

5.4CVSS0.00487EPSS
SaveExploits1References1
OSV
OSV
added 2022/02/09 4:15 p.m.14 views

CVE-2021-44912

In XE 1.116, when uploading the Normal button, there is no restriction on the file suffix, which leads to any file uploading to the files directory. Since .htaccess only restricts the PHP type, uploading HTML-type files leads to stored XSS vulnerabilities. If the .htaccess configuration is...

5.4CVSS6AI score
SaveExploits0References1
Prion
Prion
added 2022/02/09 4:15 p.m.14 views

Cross site scripting

In XE 1.116, when uploading the Normal button, there is no restriction on the file suffix, which leads to any file uploading to the files directory. Since .htaccess only restricts the PHP type, uploading HTML-type files leads to stored XSS vulnerabilities. If the .htaccess configuration is...

3.5CVSS5.4AI score0.00487EPSS
SaveExploits1References1Affected Software1
Huntr
Huntr
added 2022/02/03 12:47 p.m.11 views

Improper Access Control in mautic/mautic

Description I couldn't find a suitable vulnerability type for this kind of issue, so this may be incorrect the default .htaccess file has some restrictions in the access to PHP files. Deny access via HTTP requests to all PHP files. Order deny,allow Deny from all ... Except those whitelisted bello...

7.4AI score
SaveExploits0
zdt
zdt
added 2022/01/05 12:0 a.m.204 views

RiteCMS 3.1.0 - Arbitrary File Deletion (Authenticated) Vulnerability

Exploit Title: RiteCMS 3.1.0 - Arbitrary File Deletion Authenticated Exploit Author: faisalfs10x https://github.com/faisalfs10x Vendor Homepage: https://ritecms.com/ Software Link: https://github.com/handylulu/RiteCMS/releases/download/V3.1.0/ritecms.v3.1.0.zip Version: = 3.1.0 Google Dork:...

0.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2022/01/05 12:0 a.m.379 views

RiteCMS 3.1.0 Shell Upload / Remote Code Execution

Exploit Title: RiteCMS 3.1.0 - Remote Code Execution RCE Authenticated Date: 25/07/2021 Exploit Author: faisalfs10x https://github.com/faisalfs10x Vendor Homepage: https://ritecms.com/ Software Link: https://github.com/handylulu/RiteCMS/releases/download/V3.1.0/ritecms.v3.1.0.zip Version: = 3.1.0...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2022/01/05 12:0 a.m.445 views

RiteCMS 3.1.0 - Remote Code Execution (RCE) (Authenticated)

Exploit Title: RiteCMS 3.1.0 - Remote Code Execution RCE Authenticated Date: 25/07/2021 Exploit Author: faisalfs10x https://github.com/faisalfs10x Vendor Homepage: https://ritecms.com/ Software Link: https://github.com/handylulu/RiteCMS/releases/download/V3.1.0/ritecms.v3.1.0.zip Version: = 3.1.0...

5.3AI score
SaveExploits0
CNVD
CNVD
added 2021/12/19 12:0 a.m.25 views

WordPress .htaccess Redirect plugin cross-site scripting vulnerability

WordPress is a set of blogging platform developed by the Wordpress Foundation using the PHP language. The platform supports the hosting of personal blog sites on PHP and MySQL servers. The .htaccess Redirect plugin is a WordPress open source application plugin. The WordPress .htaccess Redirect...

6.1CVSS1.1AI score0.00757EPSS
SaveExploits0References1
NVD
NVD
added 2021/12/14 4:15 p.m.16 views

CVE-2021-38361

The .htaccess Redirect WordPress plugin is vulnerable to Reflected Cross-Site Scripting via the link parameter found in the /htaccess-redirect.php file which allows attackers to inject arbitrary web scripts, in versions up to and including 0.3.1...

6.1CVSS0.00757EPSS
SaveExploits0References2
Rows per page
Query Builder