Lucene search
+L

55360 matches found

Tenable Nessus
Tenable Nessus
added 2026/05/07 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-44601

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Tor before 0.4.9.7, when circuit queue memory pressure exists, can experience a client crash because of a double close of a circuit, aka TROVE-2026-009...

7.5CVSS5AI score0.00337EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:00 a.m.14 views

Unity Linux 20.1050e / 20.1070e Security Update: python-waitress (UTSA-2026-016504)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016504 advisory. Waitress is a Web Server Gateway Interface server for Python 2 and 3. When a remote client closes the connection before waitress has had the opportunity to call...

7.5CVSS5.8AI score0.01377EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/05/07 12:00 a.m.16 views

Ivanti EPMM 信任管理问题漏洞

Ivanti EPMM is a product developed by the American company Ivanti, designed to help IT departments establish policies for mobile devices, applications, and content. Versions of Ivanti EPMM prior to 12.6.1.1, 12.7.0.1, and 12.8.0.1 contained vulnerabilities related to trust management. These...

9.1CVSS5.8AI score0.00686EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/07 12:00 a.m.23 views

ZTE Cloud PC client uSmartView 代码问题漏洞

ZTE Cloud PC client uSmartView is a cloud desktop remote access client software developed by ZTE Corporation. There is a code vulnerability in ZTE Cloud PC client uSmartView, which stems from a DLL hijacking vulnerability. Since uSmartViewServiceAgent.exe runs with SYSTEM privileges, successful...

7.8CVSS6AI score0.00162EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/07 12:00 a.m.21 views

PT-2026-38346

Name of the Vulnerable Software and Affected Versions ZTE Cloud PC client uSmartView affected versions not specified Description ZTE Cloud PC client uSmartView is subject to a DLL hijacking issue. Because the uSmartViewServiceAgent.exe process runs with SYSTEM privileges, a successful attack allo...

7.8CVSS6AI score0.00162EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/05/07 12:00 a.m.23 views

PT-2026-38361

A remote denial-of-service vulnerability exists in the ZTE Cloud PC client uSmartview, which may lead to memory corruption and remote denial of service...

4.7CVSS5.8AI score0.00274EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:00 a.m.15 views

Unity Linux 20.1070a Security Update: osbuild-composer (UTSA-2026-016491)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016491 advisory. During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake...

10CVSS5.8AI score0.00765EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/05/06 11:37 p.m.16 views

Kanidm has non-constant-time comparison of OAuth2 client_secret

Summary The kanidmd OAuth2 token-exchange /oauth2/token and token-introspection /oauth2/token/introspect endpoints compare the supplied clientsecret against the stored secret using Rust's PartialEq on String, which short-circuits on the first mismatching byte. This produces an observable timing...

6AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/05/06 8:49 p.m.15 views

phpMyFAQ has unauthenticated SQL injection via User-Agent header in BuiltinCaptcha

Summary BuiltinCaptcha::garbageCollector and BuiltinCaptcha::saveCaptcha at phpmyfaq/src/phpMyFAQ/Captcha/BuiltinCaptcha.php:298 and :330 interpolate the User-Agent header and client IP address into DELETE and INSERT queries with sprintf and no escaping. Both methods run on every hit to the publi...

9.8CVSS6.1AI score0.01709EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2026/05/06 8:49 p.m.55 views

GHSA-289F-FQ7W-6Q2W phpMyFAQ has unauthenticated SQL injection via User-Agent header in BuiltinCaptcha

Summary BuiltinCaptcha::garbageCollector and BuiltinCaptcha::saveCaptcha at phpmyfaq/src/phpMyFAQ/Captcha/BuiltinCaptcha.php:298 and :330 interpolate the User-Agent header and client IP address into DELETE and INSERT queries with sprintf and no escaping. Both methods run on every hit to the publi...

9.8CVSS6.1AI score0.01709EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/05/06 8:47 p.m.13 views

Directory Traversal

Overview thorsten/phpmyfaq is a FAQ system for PHP and MySQL, PostgreSQL and other databases Affected versions of this package are vulnerable to Directory Traversal in the deleteClientFolder process. An attacker can delete arbitrary directories on the server by submitting a crafted URL containing...

7CVSS6.3AI score0.00266EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/06 8:47 p.m.32 views

GHSA-GH9P-Q46P-57G2 phpMyFAQ: Path Traversal in Client::deleteClientFolder enables arbitrary directory deletion by non-super-admin admins

Summary Client::deleteClientFolder in phpmyfaq/src/phpMyFAQ/Instance/Client.php:583 takes a URL from the caller, strips the https:// prefix, and passes the remainder to Filesystem::deleteDirectory relative to the multisite clientFolder. No path-traversal validation runs. An admin with the...

6.5CVSS6AI score0.00266EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/05/06 8:47 p.m.16 views

Directory Traversal

Overview phpmyfaq/phpmyfaq is a FAQ system for PHP and MySQL, PostgreSQL and other databases Affected versions of this package are vulnerable to Directory Traversal in the deleteClientFolder process. An attacker can delete arbitrary directories on the server by submitting a crafted URL containing...

7CVSS6.3AI score0.00266EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/06 8:47 p.m.24 views

phpMyFAQ: Path Traversal in Client::deleteClientFolder enables arbitrary directory deletion by non-super-admin admins

Summary Client::deleteClientFolder in phpmyfaq/src/phpMyFAQ/Instance/Client.php:583 takes a URL from the caller, strips the https:// prefix, and passes the remainder to Filesystem::deleteDirectory relative to the multisite clientFolder. No path-traversal validation runs. An admin with the...

7CVSS6AI score0.00266EPSS
SaveExploits0References4Affected Software2
RedhatCVE
RedhatCVE
added 2026/05/06 8:47 p.m.13 views

CVE-2026-43184

A flaw was found in the Linux kernel's rnbd-srv component. This vulnerability arises from the failure to properly clear the response buffer before sending data. A remote client could potentially receive unintended data, leading to information disclosure...

7.5CVSS5.9AI score0.00444EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/06 8:16 p.m.16 views

Harvester's SUSE Virtualization Registration Client Vulnerable to MITM and DOS

Impact A vulnerability has been identified in the SUSE Virtualization Harvester Rancher integration mechanism where by default the registration client uses an insecure TLS option that fails to verify the remote server’s certificate. This security gap could allow the execution of a man-in-the-midd...

8.6CVSS6AI score0.00208EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/05/06 8:16 p.m.39 views

GHSA-PGH9-MPWC-8JJF Harvester's SUSE Virtualization Registration Client Vulnerable to MITM and DOS

Impact A vulnerability has been identified in the SUSE Virtualization Harvester Rancher integration mechanism where by default the registration client uses an insecure TLS option that fails to verify the remote server’s certificate. This security gap could allow the execution of a man-in-the-midd...

8.6CVSS6AI score0.00208EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/06 7:57 p.m.16 views

GHSA-6447-269V-G68M Mezo: ERC-20 bridgeOut burn can be erased by a stale StateDB overwrite leading to full L1 bridge drain

Note: the fixed version of the validator client has been deployed for some time. Impact Potential full drain of L1 bridge without changing bridged balance on Mezo. Brief/Intro A malicious user can steal all ERC-20 tokens locked in the L1 bridge by repeatedly calling the bridgeOut precompile from ...

8.8CVSS5.9AI score
SaveExploits0References2
Wolfi
Wolfi
added 2026/05/06 7:48 p.m.27 views

GHSA-FW8G-CG8F-9J28 vulnerabilities

Vulnerabilities for packages: minio-operator, node-problem-detector, minio-object-browser, datadog-agent, trillian, karma, fluent-bit-plugin-loki, amazon-cloudwatch-agent-operator, splunk-otel-collector, mc, k8sgpt, loki, jaeger, cloud-sql-proxy, minio, opentelemetry-operator, istio,...

5.2AI score
SaveExploits0
Patchstack
Patchstack
added 2026/05/06 7:37 p.m.18 views

NPM: basic-ftp allows a malicious FTP server to cause client-side denial of service via unbounded multiline control response buffering

NPM: basic-ftp allows a malicious FTP server to cause client-side denial of service via unbounded multiline control response buffering vulnerability discovered by ? in WordPress Npm basic-ftp versions = 5.3.0...

7.5CVSS5.8AI score0.00465EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder