Lucene search
+L

10556 matches found

Nuclei
Nuclei
β€’added 2026/08/23 2:28 a.m.β€’7 views

Kopia Server 0.23.0 - Remote Code Execution

Kopia before version 0.23.0 allows unauthenticated remote code execution when started in server mode with the --without-password flag. When the /api/v1/repo/exists endpoint is exposed, it enables instantiation of the SFTP storage backend with user-supplied sshArguments. Due to improper argument...

9.8CVSS9.6AI score0.01186EPSS
SaveExploits0References4
Nuclei
Nuclei
β€’added 2026/08/23 2:28 a.m.β€’25 views

Shopware < 5.5.8 - Cross-Site Scripting

Shopware before 5.5.8 contains a reflected cross-site scripting XSS caused by unsanitized query string parameters in the backend/Login or backend/Login/load/ URI, letting attackers execute arbitrary scripts in the context of the victim's browser, exploit requires sending crafted URL to the victim...

7.4CVSS6.7AI score0.02734EPSS
SaveExploits1References2
Nuclei
Nuclei
β€’added 2026/08/23 2:28 a.m.β€’86 views

Vue Vben Admin - Default Credentials

Vue Vben Admin 2.10.1 contains a broken authentication caused by hardcoded credentials in the backend, letting attackers log in without proper authorization, exploit requires access to the login interface. id: CVE-2025-25570 info: name: Vue Vben Admin - Default Credentials author: 0xAkoko severit...

9.8CVSS9AI score0.02021EPSS
SaveExploits0References2
CVE
CVE
β€’added 2026/08/21 9:00 p.m.β€’19 views

CVE-2026-45271

CVE-2026-45271 affects picotls , a TLS protocol library. The minicrypto backend 's ASN.1 validation helper recursively descends into constructed ASN.1 elements without enforcing a maximum nesting depth. An attacker who can supply a crafted private-key file (via ptls_minicrypto_load_private_key())...

5.5CVSS5.4AI score0.00113EPSS
SaveExploits0References2
NVD
NVD
β€’added 2026/08/21 7:17 p.m.β€’8 views

CVE-2026-53762

VeraCrypt provides disk encryption with strong security based on TrueCrypt. Prior to 1.26.29, non-default builds created with WOLFCRYPT=1 and WOLFCRYPTBACKEND route SHA-256 and SHA-512 volume-header key derivation through derivekeysha256 and derivekeysha512 in src/Crypto/wolfCrypt.c, where the...

6.2CVSS0.0006EPSS
SaveExploits0References3
CVE
CVE
β€’added 2026/08/21 6:50 p.m.β€’184 views

CVE-2026-53762

VeraCrypt non-default builds compiled with WOLFCRYPT=1 and WOLFCRYPT_BACKEND contain a key-derivation flaw in src/Crypto/wolfCrypt.c. The functions derive_key_sha256 and derive_key_sha512 discard the configured iteration count and substitute wc_HKDF for PBKDF2-HMAC , meaning increasing the PIM or...

6.2CVSS5.4AI score0.0006EPSS
SaveExploits0References3
Cvelist
Cvelist
β€’added 2026/08/21 6:50 p.m.β€’28 views

CVE-2026-53762 VeraCryp: wolfCrypt backend bypasses VeraCrypt PBKDF2 iteration count (non-default WOLFCRYPT=1 builds)

VeraCrypt provides disk encryption with strong security based on TrueCrypt. Prior to 1.26.29, non-default builds created with WOLFCRYPT=1 and WOLFCRYPTBACKEND route SHA-256 and SHA-512 volume-header key derivation through derivekeysha256 and derivekeysha512 in src/Crypto/wolfCrypt.c, where the...

6.2CVSS0.0006EPSS
SaveExploits0References3
OSV
OSV
β€’added 2026/08/21 6:50 p.m.β€’16 views

CVE-2026-53762 VeraCryp: wolfCrypt backend bypasses VeraCrypt PBKDF2 iteration count (non-default WOLFCRYPT=1 builds)

VeraCrypt provides disk encryption with strong security based on TrueCrypt. Prior to 1.26.29, non-default builds created with WOLFCRYPT=1 and WOLFCRYPTBACKEND route SHA-256 and SHA-512 volume-header key derivation through derivekeysha256 and derivekeysha512 in src/Crypto/wolfCrypt.c, where the...

6.2CVSS5.5AI score
SaveExploits0References5
NVD
NVD
β€’added 2026/08/21 11:17 a.m.β€’8 views

CVE-2026-77763

The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from pathkey, which returned either filepath.Joind.root, key or filepath.Cleand.root + key with no check that the result stayed beneath the root. Put, Ge...

7.1CVSS0.00325EPSS
SaveExploits0References6
EUVD
EUVD
β€’added 2026/08/21 11:05 a.m.β€’10 views

EUVD-2026-63899

The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from pathkey, which returned either filepath.Joind.root, key or filepath.Cleand.root + key with no check that the result stayed beneath the root. Put, Ge...

7.1CVSS5.5AI score0.00325EPSS
SaveExploits0References6
Cvelist
Cvelist
β€’added 2026/08/21 11:05 a.m.β€’30 views

CVE-2026-77763 JuiceFS Local Filestore Backend Joins Object Keys onto the Storage Root Without a Containment Check, Allowing Writes Outside the Configured Directory

The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from pathkey, which returned either filepath.Joind.root, key or filepath.Cleand.root + key with no check that the result stayed beneath the root. Put, Ge...

7.1CVSS0.00325EPSS
SaveExploits0References6
CVE
CVE
β€’added 2026/08/21 11:05 a.m.β€’18 views

CVE-2026-77763

JuiceFS filestore backend (pkg/object/file.go) contains a path traversal vulnerability. The path(key) function joined object keys onto the storage root using filepath.Join or filepath.Clean without verifying the resolved path remained beneath the root. All operationsβ€”Put, Get, Head, Delete, Chmod...

7.1CVSS5.5AI score0.00325EPSS
SaveExploits0References6
OSV
OSV
β€’added 2026/08/21 11:05 a.m.β€’9 views

CVE-2026-77763 JuiceFS Local Filestore Backend Joins Object Keys onto the Storage Root Without a Containment Check, Allowing Writes Outside the Configured Directory

The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from pathkey, which returned either filepath.Joind.root, key or filepath.Cleand.root + key with no check that the result stayed beneath the root. Put, Ge...

7.1CVSS5.6AI score
SaveExploits0References9
OSV
OSV
β€’added 2026/08/20 9:01 p.m.β€’5 views

CVE-2026-71485 Centrifugo: Client-forgeable headers emulation lets any client spoof headers forwarded to proxy backends

Centrifugo is an open-source scalable real-time messaging server. Prior to 6.9.0, Centrifugo copies the client-controlled protocol.ConnectRequest.headers map through OnClientConnecting in internal/client/handler.go, ConnectEvent.Headers, and SetEmulatedHeadersToContext. The requestHeaders path in...

9.1CVSS5.7AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
β€’added 2026/08/20 6:45 p.m.β€’6 views

Winter: Reflected XSS through the search query parameter in the backend Table widget

Impact Affected versions of Winter CMS render the search query parameter without HTML encoding inside a block in the backend Table widget partial modules/backend/widgets/table/partials/table.php: php value="" is an HTML raw-text context, so the surrounding value="…" attribute quoting is not a...

5.9AI score
SaveExploits0References4Affected Software1
OSV
OSV
β€’added 2026/08/20 6:44 p.m.β€’5 views

GHSA-5CWR-5JXG-PCF6 Winter: Stored XSS through cached Brand Settings and Editor Settings custom styles

Impact Users with the backend.managebranding "Customize the back-end" or backend.manageeditor "Manage global code editor preferences" permission can provide custom CSS through Settings β†’ Customize Backend β†’ Styles or Settings β†’ Editor Settings β†’ Markup Styles that is compiled through the LESS CSS...

4.5CVSS5.6AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
β€’added 2026/08/20 6:44 p.m.β€’8 views

Winter: Stored XSS through cached Brand Settings and Editor Settings custom styles

Impact Users with the backend.managebranding "Customize the back-end" or backend.manageeditor "Manage global code editor preferences" permission can provide custom CSS through Settings β†’ Customize Backend β†’ Styles or Settings β†’ Editor Settings β†’ Markup Styles that is compiled through the LESS CSS...

5.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
β€’added 2026/08/20 6:44 p.m.β€’7 views

Winter: My Account preview exposes another backend user's profile by record ID

Impact Backend\Controllers\MyAccount, introduced in v1.2.13, declares an empty $requiredPermissions array so that any authenticated backend user can manage their own account. It implements the FormController behavior, which exposes three routable actions β€” create, update and preview β€” that each...

5.6AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
β€’added 2026/08/20 6:44 p.m.β€’8 views

Winter: Stored XSS through Backend List widget image columns

Impact Backend\Widgets\Lists::evalImageTypeValue interpolated the resolved image URL into a single-quoted src attribute without escaping it. Where a list column of type image rendered an attacker-influenced value, that value could break out of the attribute and inject arbitrary attributes β€”...

5.6AI score
SaveExploits0References4Affected Software1
Cvelist
Cvelist
β€’added 2026/08/20 6:39 p.m.β€’28 views

CVE-2026-53583 libgit2: Inverted IP SubjectAltName Comparison in OpenSSL Backend

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, verifyservercert in src/libgit2/streams/openssl.c uses an inverted !!memcmp result in the GENIPADD...

6.5CVSS0.00238EPSS
SaveExploits0References6
Rows per page
Query Builder