Lucene search
+L

9619 matches found

Cvelist
Cvelist
added 2026/07/01 4:10 p.m.48 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.00342EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/01 4:08 p.m.44 views

CVE-2026-34099

The Guardian Language-System is vulnerable to unauthenticated SQL injection through the id parameter in job_info.php. The code directly injects $_GET['id'] into an unsanitized query (SELECT * FROM jobs where id = '...'), enabling error-based SQL injection without authentication. Reported impacts ...

9.8CVSS5.8AI score0.00629EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/01 1:17 p.m.23 views

CVE-2026-8387

A vulnerability in allegroai/clearml versions up to and including 1.16.5 allows for relative path traversal when extracting .zip archives using the ZipFile.extractall method in StorageManager.extracttocache. This issue arises due to the lack of path traversal validation, enabling an attacker to...

2.4CVSS0.00537EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/01 12:26 p.m.30 views

CVE-2026-8387

A vulnerability in allegroai/clearml versions up to and including 1.16.5 allows for relative path traversal when extracting .zip archives using the ZipFile.extractall method in StorageManager.extracttocache. This issue arises due to the lack of path traversal validation, enabling an attacker to...

2.4CVSS6.5AI score0.00537EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/01 12:26 p.m.13 views

CVE-2026-8387 Relative Path Traversal in allegroai/clearml

A vulnerability in allegroai/clearml versions up to and including 1.16.5 allows for relative path traversal when extracting .zip archives using the ZipFile.extractall method in StorageManager.extracttocache. This issue arises due to the lack of path traversal validation, enabling an attacker to...

2.4CVSS6.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/07/01 12:26 p.m.24 views

EUVD-2026-40957

A vulnerability in allegroai/clearml versions up to and including 1.16.5 allows for relative path traversal when extracting .zip archives using the ZipFile.extractall method in StorageManager.extracttocache. This issue arises due to the lack of path traversal validation, enabling an attacker to...

2.4CVSS6.5AI score0.00537EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/01 3:26 a.m.13 views

SUSE CVE-2026-42496

Archive::Tar versions before 3.08 for Perl extract symlinks with attacker controlled targets outside the extraction directory. makespecialfile passes the tar header's linkname to symlink without validating it against absolute paths or .. segments. The secure-extract mode check that guards regular...

9.1CVSS7AI score0.0043EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/01 3:14 a.m.10 views

SUSE CVE-2026-56876

extract-zip does not validate symlink targets when extracting zip archives. When processing a malicious zip file containing a symlink with a relative path like '../../../../etc/passwd', extract-zip will extract the symlink without validation, allowing it to point outside the extraction directory...

8.1CVSS6.1AI score0.00391EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.38 views

PT-2026-54931

Name of the Vulnerable Software and Affected Versions allegroai/clearml versions prior to 2.1.6 Description Relative path traversal occurs during the extraction of .zip archives via the ZipFile.extractall method within the StorageManager. extract to cache function. This is caused by a lack of pat...

2.4CVSS6.5AI score0.00537EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/07/01 12:00 a.m.11 views

openSUSE 16 Security Update : python-py7zr (openSUSE-SU-2026:21159-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21159-1 advisory. Changes in python-py7zr: - CVE-2026-23879: crafted malicious symbolic link chains in an archive can lead to an arbitrary file write bsc1268669 -...

8.7CVSS6.2AI score0.00566EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.32 views

PT-2026-54736

Name of the Vulnerable Software and Affected Versions Guardian language-system affected versions not specified Description An authenticated attacker can perform error-based SQL injection to extract database contents. The issue occurs because the application passes the id GET parameter directly in...

9.8CVSS5.8AI score0.00342EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/30 3:16 p.m.10 views

DEBIAN-CVE-2026-4360

In the Tarfile.extract function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract function...

5.3CVSS5.8AI score0.00277EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/30 3:16 p.m.8 views

ALPINE-CVE-2026-4360

In the Tarfile.extract function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract function...

5.3CVSS5.3AI score0.00277EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/30 3:16 p.m.12 views

UBUNTU-CVE-2026-4360

In the Tarfile.extract function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract function...

5.3CVSS5.8AI score0.00277EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2026/06/30 2:45 p.m.17 views

CVE-2026-4360 Tarfile.extract() doesn't fully respect filter parameter

In the Tarfile.extract function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract function...

2CVSS5.8AI score0.00277EPSS
SaveExploits0References10
GithubExploit
GithubExploit
added 2026/06/30 1:08 p.m.143 views

Nessus-CVE-POC-Finder

Nessus-CVE-POC-Finder Python script to parse .nessus file, ext...

9.8CVSS7.6AI score0.99988EPSS
SaveExploits169
SUSE Linux
SUSE Linux
added 2026/06/30 12:05 p.m.11 views

Security update for tar

This update for tar fixes the following issues Security fixes: CVE-2026-5704: crafted archives can be used to to hide file injection bsc1261900. Other fixes: Fix tar changing dir permissions temporarily even when using --no-overwrite-dir. Fix --dereference/-h not working properly after...

5.9CVSS6.2AI score0.0045EPSS
SaveExploits2References8
OSV
OSV
added 2026/06/30 12:05 p.m.23 views

SUSE-SU-2026:2714-1 Security update for tar

This update for tar fixes the following issues Security fixes: - CVE-2026-5704: crafted archives can be used to to hide file injection bsc1261900. Other fixes: - Fix tar changing dir permissions temporarily even when using --no-overwrite-dir. - Fix --dereference/-h not working properly after...

5.5CVSS5.8AI score0.00372EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/06/30 11:19 a.m.22 views

EUVD-2026-40292

An SQL Injection vulnerability exists in Redeight CMS version 1.0 via the "userEmail" parameter in the POST "/admin/index.php" login endpoint. The application fails to sanitize user input and directly interpolates it into SQL queries without using prepared statements, which allows unauthenticated...

9.3CVSS6.2AI score0.00511EPSS
SaveExploits0References1
NVD
NVD
added 2026/06/30 10:16 a.m.44 views

CVE-2026-12076

Raytha CMS is vulnerable to SQL Injection within the OData filter parsing pipeline. The vulnerability allows a remote, unauthenticated attacker to execute arbitrary SQL statements against the underlying PostgreSQL database, leading to full database compromise, including credential extraction...

9.3CVSS0.00531EPSS
SaveExploits0References2
Rows per page
Query Builder