File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ Cacti CHANGELOG
3434-security#GHSA-274c-97hj-pv2v: CVE-2026-40941 Package Import Signature Validation Bypass allows self-signed packages
3535-security#GHSA-g37j-39f4-6r4j: CVE-2026-41884 Arbitrary File Read via Reports format_file path traversal
3636-security#GHSA-3vj5-jqr9-q8hg: CVE-2026-44481 Pre-auth Open Redirect via link.php Referer header
37- -security#GHSA-37jj-rx8x-4wf2: CVE-2026-XXXXX - SQL Injection in automation_tree_rules.php
37+ -security#GHSA-37jj-rx8x-4wf2: CVE-2026-46531 SQL Injection in automation_tree_rules.php
38+ -security#GHSA-m7v2-f3xw-3qh7: User Enumeration via Error Messages
3839-security: CVE-2026-1513 billboard.js before 3.18.0 Improper Input Sanitization Allows Remote JavaScript Execution
3940-security: CVE-2026-40194, CVE-2026-32935 in phpseclib - This is breaking change for RRDProxy
4041-issue#6168: When purging RRD files, paths are not correctly handled
Original file line number Diff line number Diff line change @@ -4263,7 +4263,7 @@ function secpass_login_process($username) {
42634263
42644264 if (!$ error ) {
42654265 $ error = true ;
4266- $ error_msg = __ ('Access Denied! Login failed . ' );
4266+ $ error_msg = __ ('Access Denied! Login Failed . ' );
42674267 }
42684268
42694269 return array ();
You can’t perform that action at this time.
0 commit comments