Lucene search
+L

16715 matches found

CVE
CVE
added 2026/07/01 4:24 p.m.53 views

CVE-2026-34117

Guardian Language-System is affected by CVE-2026-34117 due to a vulnerability in text_to_subtitles.php where the id GET parameter is passed directly into PHP exec() without sanitization. This allows an unauthenticated, remote attacker to append shell metacharacters and execute arbitrary OS comman...

9.8CVSS6.1AI score0.0093EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/01 4:24 p.m.13 views

CVE-2026-34117

Guardian language-system passes the id GET parameter directly into a PHP exec call in texttosubtitles.php line 19 without sanitization: exec"php jobs/texttosubtitles.php ".$loginsession." ".$GET'id'." ...". No authentication is required. An unauthenticated remote attacker can append shell...

9.8CVSS6.1AI score0.0093EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/01 4:24 p.m.17 views

EUVD-2026-41076

Guardian language-system passes the id GET parameter directly into a PHP exec call in texttosubtitles.php line 19 without sanitization: exec"php jobs/texttosubtitles.php ".$loginsession." ".$GET'id'." ...". No authentication is required. An unauthenticated remote attacker can append shell...

9.8CVSS6.1AI score0.0093EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/01 4:24 p.m.44 views

CVE-2026-34117 Guardian Language-System Unauthenticated OS Command Injection via id Parameter in text_to_subtitles.php

Guardian language-system passes the id GET parameter directly into a PHP exec call in texttosubtitles.php line 19 without sanitization: exec"php jobs/texttosubtitles.php ".$loginsession." ".$GET'id'." ...". No authentication is required. An unauthenticated remote attacker can append shell...

9.8CVSS0.0093EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/01 4:21 p.m.52 views

CVE-2026-34114 Guardian Language-System Unauthenticated OS Command Injection via id Parameter in translate_text.php

Guardian language-system passes the id GET parameter directly into a PHP exec call in translatetext.php line 18 without sanitization: exec"php jobs/translatetext.php ".$loginsession." ".$GET'id'." ...". No authentication is required. An unauthenticated remote attacker can append shell...

9.8CVSS0.0093EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/01 4:21 p.m.16 views

EUVD-2026-41073

Guardian language-system passes the id GET parameter directly into a PHP exec call in translatetext.php line 18 without sanitization: exec"php jobs/translatetext.php ".$loginsession." ".$GET'id'." ...". No authentication is required. An unauthenticated remote attacker can append shell...

9.8CVSS6.1AI score0.0093EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 4:21 p.m.17 views

CVE-2026-34113 Guardian Language-System Unauthenticated OS Command Injection via id Parameter in speech_text.php

Guardian language-system passes the id GET parameter directly into a PHP exec call in speechtext.php line 18 without sanitization: exec"php jobs/speechaudiotext.php ".$loginsession." ".$GET'id'." ...". No authentication is required. An unauthenticated remote attacker can append shell...

9.8CVSS6.1AI score0.0093EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/01 4:20 p.m.51 views

CVE-2026-34111 Guardian Language-System Unauthenticated OS Command Injection via id Parameter in speechmac_text.php

Guardian language-system passes the id GET parameter directly into a PHP exec call in speechmactext.php line 18 without sanitization: exec"php jobs/speechaudiomactext.php ".$loginsession." ".$GET'id'." ...". No authentication is required. An unauthenticated remote attacker can append shell...

9.8CVSS0.0093EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 4:20 p.m.15 views

CVE-2026-34111 Guardian Language-System Unauthenticated OS Command Injection via id Parameter in speechmac_text.php

Guardian language-system passes the id GET parameter directly into a PHP exec call in speechmactext.php line 18 without sanitization: exec"php jobs/speechaudiomactext.php ".$loginsession." ".$GET'id'." ...". No authentication is required. An unauthenticated remote attacker can append shell...

9.8CVSS6.1AI score0.0093EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/01 4:16 p.m.10 views

UBUNTU-CVE-2026-58032

Improper Neutralization of Input During Web Page Generation XSS or 'Cross-site Scripting' vulnerability in Wikimedia Foundation MediaWiki. This vulnerability is associated with program files resources/src/mediawiki.Api/index.Js. This issue affects MediaWiki: from before 1.46.0, 1.45.4, 1.44.6,...

6.1CVSS6.1AI score0.00299EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/01 4:15 p.m.16 views

EUVD-2026-41062

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in translatetext.php line 15: SELECT id, filename, extension, type FROM files where id = '".$GET'id'."'. An authenticated attacker can perform error-based SQL injection to extract database contents...

9.8CVSS5.8AI score0.00342EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/01 4:15 p.m.36 views

CVE-2026-34105

Guardian language-system is affected by an error-based SQL injection vulnerability in translate_text.php (line 15), where the id GET parameter is concatenated directly into an unsanitized SQL query. An authenticated attacker can exploit this to extract database contents. Affected versions are not...

8.8CVSS5.8AI score0.00342EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/01 4:11 p.m.61 views

CVE-2026-34101 Guardian Language-System SQL Injection via id Parameter in text_file.php

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in textfile.php line 17: SELECT id, filename, extension, type, duration, owner, private FROM files where id = '".$GET'id'."'. An authenticated attacker can perform error-based SQL injection to extract...

8.8CVSS0.00342EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 4:11 p.m.12 views

CVE-2026-34101 Guardian Language-System SQL Injection via id Parameter in text_file.php

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in textfile.php line 17: SELECT id, filename, extension, type, duration, owner, private FROM files where id = '".$GET'id'."'. An authenticated attacker can perform error-based SQL injection to extract...

8.8CVSS5.7AI score0.00342EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/01 4:11 p.m.15 views

EUVD-2026-41058

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in textfile.php line 17: SELECT id, filename, extension, type, duration, owner, private FROM files where id = '".$GET'id'."'. An authenticated attacker can perform error-based SQL injection to extract...

9.8CVSS5.8AI score0.00342EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/01 4:11 p.m.43 views

CVE-2026-34101

Guardian language-system is affected by an error-based SQL injection in text_file.php (line 17), where the id GET parameter is concatenated directly into a SQL query without sanitization: SELECT id, filename, extension, type, duration, owner, private FROM files where id = '".$_GET['id']."'. An au...

8.8CVSS5.8AI score0.00342EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/01 4:02 p.m.11 views

CVE-2026-34097

Guardian language-system fails to sanitize the id GET parameter before inserting it into multiple HTML form action attributes in textfile.php lines 94, 101, 323, 403, 826, 852. An authenticated attacker can craft a URL that injects script tags executing in the victim's browser session...

4.8CVSS5.8AI score0.00235EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/01 4:02 p.m.44 views

CVE-2026-34097

CVE-2026-34097 concerns Guardian Language-System. The vulnerability arises because text_file.php fails to sanitize the GET parameter id before it is inserted into multiple HTML form action attributes (lines 94, 101, 323, 403, 826, 852). This allows an authenticated attacker to craft a URL that in...

4.8CVSS5.8AI score0.00235EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/01 4:02 p.m.44 views

CVE-2026-34097 Guardian Language-System XSS via id Parameter in text_file.php

Guardian language-system fails to sanitize the id GET parameter before inserting it into multiple HTML form action attributes in textfile.php lines 94, 101, 323, 403, 826, 852. An authenticated attacker can craft a URL that injects script tags executing in the victim's browser session...

4.8CVSS0.00235EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/01 4:02 p.m.21 views

EUVD-2026-41053

Guardian language-system fails to sanitize the id GET parameter before inserting it into multiple HTML form action attributes in textfile.php lines 94, 101, 323, 403, 826, 852. An authenticated attacker can craft a URL that injects script tags executing in the victim's browser session...

4.8CVSS5.8AI score0.00235EPSS
SaveExploits0References2
Rows per page
Query Builder