Lucene search
+L

219682 matches found

SUSE Linux
SUSE Linux
added 2026/08/05 6:29 p.m.13 views

Security update for php8

This update for php8 fixes the following issues: Update to version 8.2.33. Security issues fixed: CVE-2026-7260: circular symbolic links in phar archives can lead to unbounded recursion and cause C stack exhaustion bsc1273077. CVE-2026-9672: security issues in libgd bsc1273078. CVE-2026-17543:...

9.8CVSS6AI score0.00468EPSS
SaveExploits2References16
OSV
OSV
added 2026/08/05 6:29 p.m.7 views

SUSE-SU-2026:3514-1 Security update for php8

This update for php8 fixes the following issues: Update to version 8.2.33. Security issues fixed: - CVE-2026-7260: circular symbolic links in phar archives can lead to unbounded recursion and cause C stack exhaustion bsc1273077. - CVE-2026-9672: security issues in libgd bsc1273078. -...

9.8CVSS5.9AI score0.00468EPSS
SaveExploits2References9
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/05 6:4 p.m.26 views

Security Bulletin: Langflow is affected by weaknesses in secret handling and sensitive configuration access

Summary Langflow includes features for secret protection, environment access, and runtime configuration of workflow components. Weaknesses in cryptographic key handling, exposure of process environment values, and insufficient restriction of sensitive runtime configuration fields could allow...

9.8CVSS5.9AI score0.00231EPSS
SaveExploits0Affected Software1
EUVD
EUVD
added 2026/08/05 4:50 p.m.12 views

EUVD-2026-53519

Directus contains an authenticated SQL injection vulnerability in the collection creation flow when the instance uses PostgreSQL with PostGIS enabled. An administrator can create a collection with a geometry field whose fields.type value starts with geometry but contains attacker-controlled SQL...

7.5CVSS5.7AI score0.0031EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/08/05 1:48 p.m.8 views

Security update for php8

This update for php8 fixes the following issues: Update to version 8.3.33. Security issues fixed: CVE-2026-7260: circular symbolic links in phar archives can lead to unbounded recursion and cause C stack exhaustion bsc1273077. CVE-2026-9672: security issues in libgd bsc1273078. CVE-2026-17543:...

9.8CVSS5.7AI score0.00468EPSS
SaveExploits2References12
OSV
OSV
added 2026/08/05 1:24 p.m.7 views

DEBIAN-CVE-2026-71287

Cacti's sanitizesqlcolumn lib/functions.php sanitizes user-supplied ORDER BY column names using the regex . Because this allowlist retains letters, digits, underscore, parentheses, and dot intended to support expressions like COUNTid and table.column, a payload such as passes through completely...

8.8CVSS5.3AI score0.00305EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/05 1:24 p.m.7 views

CVE-2026-71288

Koha's guided report builder reports/guidedreports.pl reads the CGI parameter and, for each value, a dynamically-named parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation. Since ORDER BY columns cannot be bound via prepared-statement placeholders,...

8.8CVSS0.00305EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 1:24 p.m.9 views

CVE-2026-71276

Magistrala formerly Mainflux's message-readers API reads a value from the HTTP query string readers/api/http/transport.go with no validation and interpolates it directly into raw SQL queries via fmt.Sprintf in both the PostgreSQL reader readers/postgres/messages.go: and the TimescaleDB reader...

7.1CVSS0.00191EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/05 1:24 p.m.11 views

CVE-2026-71282

ChirpStack's SQLite-backend device tag filtering chirpstack/src/storage/device.rs, in both getcount and list interpolates the user-supplied tag KEY directly into a raw SQL fragment via Rust's format! macro , while only the tag VALUE is safely parameter-bound via Diesel's .bind...

6.5CVSS0.00227EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 1:24 p.m.5 views

UBUNTU-CVE-2026-71287

Cacti's sanitizesqlcolumn lib/functions.php sanitizes user-supplied ORDER BY column names using the regex . Because this allowlist retains letters, digits, underscore, parentheses, and dot intended to support expressions like COUNTid and table.column, a payload such as passes through completely...

8.8CVSS5.3AI score0.00305EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/08/05 12:48 p.m.17 views

Exploit for Interpretation Conflict in Wordpress

wp2shell-PoC ⚠ This tool is created solely for educationa...

9.8CVSS9.2AI score0.95605EPSS
SaveExploits74
Cvelist
Cvelist
added 2026/08/05 12:38 p.m.31 views

CVE-2026-71292 Subrion CMS Admin Grid SQL Injection via Unwhitelisted ORDER BY sort Parameter

Subrion CMS's admin grid sorting helper, gridGetSorting in includes/classes/ia.base.controller.admin.php, whitelists the ASC/DESC request parameter via inarray, but falls back to the raw, attacker-supplied GET parameter whenever the requested key is not present in the per-controller whitelist...

7.2CVSS0.00318EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 12:38 p.m.54 views

CVE-2026-71292

CVE-2026-71292 affects Subrion CMS. The admin grid sorting helper, _gridGetSorting() in includes/classes/ia.base.controller.admin.php, accepts a sort parameter by falling back to the attacker-controlled GET value when the key isn’t in the per-controller $_gridSorting whitelist. The value is then ...

7.2CVSS5.2AI score0.00318EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:38 p.m.8 views

CVE-2026-71292 Subrion CMS Admin Grid SQL Injection via Unwhitelisted ORDER BY sort Parameter

Subrion CMS's admin grid sorting helper, gridGetSorting in includes/classes/ia.base.controller.admin.php, whitelists the ASC/DESC request parameter via inarray, but falls back to the raw, attacker-supplied GET parameter whenever the requested key is not present in the per-controller whitelist...

7.2CVSS5.2AI score0.00318EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 12:26 p.m.8 views

CVE-2026-71288 Koha SQL Injection via order_by and {order}_ovalue Parameters in guided_reports.pl

Koha's guided report builder reports/guidedreports.pl reads the CGI parameter and, for each value, a dynamically-named parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation. Since ORDER BY columns cannot be bound via prepared-statement placeholders,...

8.8CVSS5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/05 12:26 p.m.8 views

EUVD-2026-53373

Koha's guided report builder reports/guidedreports.pl reads the orderby CGI parameter and, for each value, a dynamically-named orderovalue parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation: my @orderby = $input-multiparam'orderby'; foreach my...

8.8CVSS5.7AI score0.00305EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 12:26 p.m.10 views

CVE-2026-71288 Koha SQL Injection via order_by and {order}_ovalue Parameters in guided_reports.pl

Koha's guided report builder reports/guidedreports.pl reads the CGI parameter and, for each value, a dynamically-named parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation. Since ORDER BY columns cannot be bound via prepared-statement placeholders,...

8.8CVSS5.6AI score0.00305EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 12:26 p.m.33 views

CVE-2026-71288 Koha SQL Injection via order_by and {order}_ovalue Parameters in guided_reports.pl

Koha's guided report builder reports/guidedreports.pl reads the CGI parameter and, for each value, a dynamically-named parameter, and concatenates both directly into an SQL ORDER BY clause with no allowlist or validation. Since ORDER BY columns cannot be bound via prepared-statement placeholders,...

8.8CVSS0.00305EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/05 12:26 p.m.7 views

CVE-2026-71287

Cacti's sanitizesqlcolumn lib/functions.php sanitizes user-supplied ORDER BY column names using the regex . Because this allowlist retains letters, digits, underscore, parentheses, and dot intended to support expressions like COUNTid and table.column, a payload such as passes through completely...

8.8CVSS5.3AI score0.00305EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/05 12:26 p.m.10 views

EUVD-2026-53372

Cacti's sanitizesqlcolumn lib/functions.php sanitizes user-supplied ORDER BY column names using the regex pregreplace'/^a-zA-Z0-9./', '', $column. Because this allowlist retains letters, digits, underscore, parentheses, and dot intended to support expressions like COUNTid and table.column, a...

8.8CVSS5.7AI score0.00305EPSS
SaveExploits0References2
Rows per page
Query Builder