Lucene search
+L

434400 matches found

EUVD
EUVD
added 2 days ago10 views

EUVD-2026-60116

opensslencrypt versions before 1.4.0 contain a sandbox escape vulnerability in IsolatedPluginExecutor that exposes Python type objects in restricted exec builtins. Attackers can traverse the Python class hierarchy via class.mro.subclasses to access system functions and execute arbitrary OS comman...

9.8CVSS5.7AI score0.00339EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-60115

opensslencrypt versions before 1.4.0 contain a sandbox escape vulnerability in the DangerousPatternVisitor AST analyzer that fails to detect dunder attribute traversal techniques. Attackers can use class, bases, subclasses, and globals chains to access restricted functions and execute arbitrary...

9.8CVSS5.8AI score0.00337EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago13 views

EUVD-2026-60114

opensslencrypt versions before 1.4.0 fail to apply sandbox restrictions in the default process isolation mode for plugin execution. Attackers can execute malicious plugins with unrestricted access to the filesystem, network, subprocess execution, and all Python modules...

9.8CVSS5.5AI score0.00409EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago10 views

EUVD-2026-60113

opensslencrypt before 1.4.0 contains an authentication bypass vulnerability in the verifyapitoken function that accepts any non-empty Bearer token string without validation. Attackers can upload arbitrary public keys, enumerate all keys, and revoke keys belonging to any user by providing any Bear...

9.8CVSS5.5AI score0.00393EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago12 views

EUVD-2026-60111

opensslencrypt versions before 1.4.0 contain a hardcoded default secret key in the standalone telemetry server configuration that is used for API key hashing. Attackers who know this default value can predict or forge API key hashes to compromise telemetry API authentication...

8.7CVSS5.4AI score0.00306EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60112

opensslencrypt versions before 1.4.0 contain hardcoded default JWT signing secrets in config.py that pass validation checks. Attackers with access to source code can forge valid JWT tokens for any clientid to gain authenticated access to keyserver and telemetry APIs...

8.8CVSS5.3AI score0.00264EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago10 views

EUVD-2026-60110

opensslencrypt versions before 1.4.0 contain hardcoded database credentials in standalone server configuration files. Attackers on the same network can access PostgreSQL databases using well-known default credentials to retrieve sensitive data...

9.8CVSS5.3AI score0.00284EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-60109

opensslencrypt versions before 1.4.0 contain an authentication bypass vulnerability in CamelliaCipher that disables HMAC tag generation and verification when the PYTESTCURRENTTEST environment variable is set. Attackers with code execution can set this environment variable to produce unauthenticat...

9.3CVSS6AI score0.00165EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago11 views

EUVD-2026-60108

opensslencrypt versions before 1.4.0 use HKDF with no salt and static info parameter in key normalization functions, reducing entropy extraction and determinism. Attackers can exploit predictable key derivation with identical inputs to weaken cryptographic security against multi-target attacks...

9.8CVSS5.2AI score0.00201EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago12 views

EUVD-2026-60107

opensslencrypt versions before 1.4.0 use a non-standard PBKDF2 key derivation construction with iterations=1 per call in an outer loop, creating a KDF whose security properties have not been formally analyzed. Attackers can exploit this weakened key derivation to more efficiently crack passwords...

8.7CVSS5.3AI score0.00167EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-60105

opensslencrypt versions before 1.4.0 contain a plugin sandbox bypass vulnerability where the PluginImportGuard blocks a different set of modules than the AST analyzer's DANGEROUSMODULES set. Attackers can bypass AST analysis through string obfuscation or encoding to import unblocked dangerous...

9.8CVSS5.7AI score0.00396EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-60106

opensslencrypt before 1.4.0 imports Python's non-cryptographic 'random' module Mersenne Twister PRNG at line 15 of opensslencrypt/modules/pqc.py. No direct calls to random. were present in the code, so no cryptographic operation is currently affected; however, the import creates a hazard that...

9.3CVSS5.3AI score0.00207EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60104

opensslencrypt versions before 1.4.0 contain a logging bug in restorehiddenmodules that logs module counts after clearing, always showing zero restored modules and corrupting audit trails. Additionally, a race condition exists between module hiding and import hook installation where another threa...

9.3CVSS5.1AI score0.00122EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60103

opensslencrypt versions before 1.4.0 contain a path traversal vulnerability in the issafepath method where the pluginid parameter is not sanitized before constructing the plugin config directory path. Attackers can declare a malicious pluginid containing path traversal sequences like '../' to...

8.7CVSS5.5AI score0.00266EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-60102

opensslencrypt versions before 1.4.0 contain a sandbox bypass vulnerability where the plugin sandbox fails to restrict alternative file access methods like pathlib.Path and io.open. Attackers can import pathlib or io modules to read and write arbitrary files, completely bypassing the restrictedop...

8.8CVSS5.5AI score0.00256EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60101

opensslencrypt versions before 1.4.0 contain an insecure default configuration that trusts the entire RFC 1918 private address space in IntegrityProxyConfig trustedproxies. Attackers on private networks can forge client certificate headers to bypass mTLS authentication when ProxyAuth validation i...

8.7CVSS5.3AI score0.00129EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-60099

opensslencrypt versions before 1.4.0 accept refresh tokens as URL query parameters in keyserver and telemetry server routes. Attackers can extract tokens from server logs, proxy logs, browser history, and HTTP Referer headers to gain unauthorized access...

9.8CVSS5.3AI score0.00307EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-60100

opensslencrypt versions before 1.4.0 configure CORS with alloworigins set to wildcard and allowcredentials enabled to true. Attackers can create malicious websites that make authenticated cross-origin requests to the API on behalf of any user who visits them...

7.1CVSS5.3AI score0.0028EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60098

opensslencrypt versions before 1.4.0 contain an information disclosure vulnerability in the /ready endpoint that returns full database exception strings to unauthenticated callers. Attackers can trigger database errors to extract sensitive information including hostnames, IP addresses, connection...

8.7CVSS5.3AI score0.00259EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60097

opensslencrypt versions before 1.4.0 use an in-memory rate limiter for TOTP brute-force protection that is not shared across workers and is lost on server restart. Attackers can distribute authentication attempts across multiple server instances or retry immediately after a restart to bypass rate...

9.8CVSS5.3AI score0.00372EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-60095

opensslencrypt versions before 1.4.0 contain a vulnerability in PublicKeyBundle.fromdict that creates key bundles from untrusted data without verifying signatures. Attackers can call fromdict followed by toidentity without signature verification to encrypt data using attacker-controlled public...

9.8CVSS5.3AI score0.00201EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60096

opensslencrypt versions before 1.4.0 contain a missing ownership verification vulnerability in the revokekey method that allows authenticated clients to revoke any other client's key. Attackers can revoke arbitrary keys by providing a valid ML-DSA signature, bypassing the intended ownership...

8.8CVSS5.5AI score0.00261EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60094

opensslencrypt versions before 1.4.0 silently skip JSON schema validation when the jsonschema library is not installed, allowing malformed metadata to be accepted. Attackers can remove the jsonschema package or supply unknown metadata format versions to bypass all schema checks and process...

9.8CVSS5.2AI score0.00188EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-60093

opensslencrypt versions before 1.4.0 use Python's non-cryptographic random module for steganographic pixel selection in the generatepseudorandomsequence function. Attackers who know the password can recover the Mersenne Twister state from approximately 624 outputs and predict pixel locations...

8.7CVSS5.2AI score0.00255EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-60092

opensslencrypt versions before 1.4.0 expose passwords passed via the --password CLI argument in process listings accessible to all system users. Attackers can read process arguments through ps aux or /proc/pid/cmdline to retrieve plaintext passwords and keystore passwords...

8.7CVSS5.2AI score0.00227EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-60091

opensslencrypt versions before 1.4.0 contain an arbitrary code execution vulnerability in the Whirlpool hash implementation that uses broad glob patterns to load .so modules without integrity verification. Attackers can place malicious .so files matching the whirlpoolpy313.so pattern in...

9.8CVSS6.2AI score0.0046EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60090

opensslencrypt versions before 1.4.6 contain a key derivation flaw in sequential XOR composition mode where the last stage cancels out during key generation. When configured with a single KDF and no prior hashing stage, attackers can bypass memory-hard key derivation and perform offline password...

6.9CVSS5.2AI score0.00093EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60089

opensslencrypt pip versions = 1.4.7 contain an information exposure vulnerability where the 'hsm fido2-test' and 'hsm onlykey-test' diagnostic commands unconditionally print the full derived hardware pepper as hex to stdout/stderr cryptcli.py, handlehsmcommand. The printed value can persist in...

8.7CVSS5.4AI score0.00188EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60088

stoatchat before 0.15.0 contains a missing authorization vulnerability in the Subscribe message handler that allows authenticated attackers to enumerate members and monitor profile updates of private servers without membership. Attackers can subscribe to any server's member-update topic by sendin...

8.3CVSS5.6AI score0.00258EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60087

SiYuan versions before 3.7.4 contain an unthrottled brute-force vulnerability in the Publish Service Basic Auth implementation PublishServiceTransport.RoundTrip in kernel/server/proxy/publish.go. The Publish Service runs on a separate, unauthenticated-by-default listener default TCP port 6808 and...

8.7CVSS5.5AI score0.00375EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-60086

SiYuan versions before 3.7.4 contain a cross-site request forgery vulnerability in the session-cookie authentication branch of CheckAuth that lacks Origin/Referer validation and sets no explicit SameSite attribute on session cookies. Attackers can craft malicious web pages that perform unauthoriz...

4.2CVSS5.1AI score0.00103EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60085

SiYuan versions before 3.7.4 contain a cross-site WebSocket hijacking vulnerability in the admin-only /ws/network/proxy endpoint that explicitly disables origin validation by setting CheckOrigin to unconditionally return true. Attackers can craft malicious webpages that establish WebSocket...

8.2CVSS5.3AI score0.00104EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60084

SiYuan before 3.7.4 fails to properly escape workspace directory paths when constructing command-line arguments for the elevated elevator.exe helper process. Attackers can create a malicious workspace directory with command metacharacters in its path and trigger the Microsoft Defender exclusion...

8.6CVSS5.8AI score0.00265EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60082

SiYuan before 3.7.4 registers Go net/http/pprof debug endpoints including heap and goroutine dumps without authentication when --mode flag is not set to exactly prod. Attackers can access /debug/pprof/heap and related endpoints to extract in-memory secrets including AccessAuthCode and AI provider...

9.3CVSS5.3AI score0.00385EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60083

SiYuan before v3.7.4 fails to set Content-Disposition and X-Content-Type-Options headers when serving arbitrary file assets, allowing stored cross-site scripting attacks. Authenticated attackers can upload HTML files as assets and execute scripts with full kernel API access when the workspace own...

9.4CVSS5.2AI score0.00288EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60081

SiYuan kernel before v3.7.4 contains a path traversal vulnerability in the databaseclean MCP tool. The tool performs only an empty-string check on the id parameter before passing it to RemoveUnusedAttributeView kernel/model/attributeview.go, which builds a filesystem path via filepath.Join withou...

9.3CVSS5.6AI score0.00366EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-60078

A vulnerability was found in Kira-Pgr PromptShopMCP up to 5bc0cd17358e19a5415d11a531088170d7b81452. Affected is the function downloadimage of the file server.py of the component Image-Toolkit-MCP-Server. Performing a manipulation of the argument imageurl results in server-side request forgery. Th...

6.5CVSS6.1AI score0.00262EPSS
SaveExploits0References6
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-60077

Official Document Management System developed by 2100 Technology has an Arbitrary File Upload vulnerability, allowing authenticated remote attackers to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server...

8.8CVSS6.4AI score0.0065EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-60076

Permission control vulnerability in the notification module. Impact: Successful exploitation of this vulnerability may affect availability...

5.1CVSS5.3AI score0.00078EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-60075

Permission control vulnerability in the Gallery module. Impact: Successful exploitation of this vulnerability may affect service confidentiality...

6.2CVSS5.3AI score0.00086EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago11 views

EUVD-2026-60074

Permission control vulnerability in the Wi-Fi enhancement module. Impact: Successful exploitation of this vulnerability may affect availability...

6.2CVSS5.3AI score0.0008EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago12 views

EUVD-2026-60073

Permission control vulnerability in the clipboard module. Impact: Successful exploitation of this vulnerability may affect service confidentiality...

5.5CVSS5.3AI score0.00087EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago10 views

EUVD-2026-60072

UAF vulnerability in the time and time zone module. Impact: Successful exploitation of this vulnerability may affect availability...

3.3CVSS5.3AI score0.0008EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago12 views

EUVD-2026-60071

Permission control vulnerability in the device key management module. Impact: Successful exploitation of this vulnerability may affect availability...

6.2CVSS5.3AI score0.0008EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago12 views

EUVD-2026-60070

Permission control vulnerability in the notification service module. Impact: Successful exploitation of this vulnerability may affect service confidentiality...

6.2CVSS5.3AI score0.00091EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago11 views

EUVD-2026-60069

Null pointer dereference issue in the image codec module. Impact: Successful exploitation of this vulnerability may affect availability...

4CVSS5.3AI score0.00089EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago10 views

EUVD-2026-60068

Null pointer dereference issue in the image codec module. Impact: Successful exploitation of this vulnerability may affect availability...

4CVSS5.3AI score0.00089EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60067

Permission control vulnerability in the multi-mode input module. Impact: Successful exploitation of this vulnerability may affect service confidentiality...

6.2CVSS5.3AI score0.00091EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago10 views

EUVD-2026-60066

A vulnerability was detected in itsourcecode Hospital Management System 1.0. The impacted element is an unknown function of the file /viewprescriptionrecord.php. The manipulation of the argument delid results in sql injection. It is possible to launch the attack remotely. The exploit is now publi...

6.5CVSS6.4AI score0.002EPSS
SaveExploits0References6
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-60065

A security vulnerability has been detected in Open Asset Import Library Assimp Assimp 17c12da. The affected element is the function Assimp::MDLImporter::ParseBoneTrafoKeys3DGSMDL7 of the file code/AssetLib/MDL/MDLLoader.cpp of the component 3DGS MDL7 Bone Transformation Key Parser. The manipulati...

7.5CVSS6.7AI score0.00273EPSS
SaveExploits0References8
Total number of security vulnerabilities434400