Lucene search
+L

250618 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/01 4:15 p.m.14 views

CVE-2026-34105

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.00496EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/01 4:15 p.m.48 views

CVE-2026-34105 Guardian Language-System SQL Injection via id Parameter in translate_text.php

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...

8.8CVSS0.00496EPSS
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.00496EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 4:15 p.m.10 views

CVE-2026-34105 Guardian Language-System SQL Injection via id Parameter in translate_text.php

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...

8.8CVSS5.7AI score0.00496EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 4:13 p.m.11 views

CVE-2026-34104 Guardian Language-System SQL Injection via name Parameter in designer.php

Guardian language-system passes the name GET parameter directly into an unsanitized SQL query in designer.php line 124: SELECT FROM complex WHERE name='".$GET'name'."'. An authenticated attacker can perform error-based SQL injection to extract database contents...

8.8CVSS5.7AI score0.00496EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/01 4:13 p.m.13 views

CVE-2026-34104

Guardian language-system passes the name GET parameter directly into an unsanitized SQL query in designer.php line 124: SELECT FROM complex WHERE name='".$GET'name'."'. An authenticated attacker can perform error-based SQL injection to extract database contents...

9.8CVSS5.8AI score0.00496EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/01 4:12 p.m.39 views

CVE-2026-34103

Guardian language-system is vulnerable to error-based SQL injection through the id GET parameter in subtitles.php (line 16), where user input is interpolated directly into a SQL query without sanitization. An authenticated attacker (low privileges) can exploit this to extract database contents . ...

8.8CVSS5.8AI score0.00496EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 4:12 p.m.22 views

CVE-2026-34103 Guardian Language-System SQL Injection via id Parameter in subtitles.php

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

8.8CVSS5.7AI score0.00496EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/01 4:12 p.m.11 views

CVE-2026-34103

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in subtitles.php line 16: 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.00496EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/01 4:12 p.m.53 views

CVE-2026-34103 Guardian Language-System SQL Injection via id Parameter in subtitles.php

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

8.8CVSS0.00496EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/01 4:11 p.m.47 views

CVE-2026-34102 Guardian Language-System SQL Injection via id Parameter in job_info_get.php

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in jobinfoget.php line 16: SELECT FROM jobs where input1 = '".$GET'id'."'. An authenticated attacker can perform error-based SQL injection to extract database contents...

8.8CVSS0.00496EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/01 4:11 p.m.15 views

CVE-2026-34102

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in jobinfoget.php line 16: SELECT FROM jobs where input1 = '".$GET'id'."'. An authenticated attacker can perform error-based SQL injection to extract database contents...

9.8CVSS5.8AI score0.00496EPSS
SaveExploits0References3
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.00496EPSS
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.00496EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/01 4:11 p.m.42 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.00496EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/01 4:10 p.m.46 views

CVE-2026-34100 Guardian Language-System SQL Injection via id Parameter in media.php

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in media.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.00496EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/01 4:10 p.m.14 views

CVE-2026-34100

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in media.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.00496EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/01 4:10 p.m.44 views

CVE-2026-34100

Guardian language-system is vulnerable to error-based SQL injection caused by the id GET parameter being passed directly into an unsanitized SQL query in media.php (line 17). An authenticated attacker can exploit this to extract database contents, with a CVSS v3.1 score of 8.8 (High) . CISA's SSV...

8.8CVSS5.8AI score0.00496EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/01 4:10 p.m.13 views

CVE-2026-34100 Guardian Language-System SQL Injection via id Parameter in media.php

Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in media.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.00496EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/01 4:07 p.m.22 views

CVE-2026-53330

A flaw was found in the Linux kernel's AMD display driver. This vulnerability allows for an out-of-bounds read when the system processes DisplayPort DP sink reports that exceed expected limits. This could potentially lead to the disclosure of sensitive information or cause the system to become...

7.1CVSS5.8AI score0.00164EPSS
SaveExploits0References4
Rows per page
Query Builder