Lucene search
+L

4630 matches found

Nuclei
Nuclei
added 2026/08/23 2:28 a.m.178 views

PHPJabbers Callback Widget v1.0 - Cross-Site Scripting

There is a Cross Site Scripting XSS vulnerability in the "theme" parameter of preview.php in PHPJabbers Callback Widget v1.0. id: CVE-2023-40755 info: name: PHPJabbers Callback Widget v1.0 - Cross-Site Scripting author: ritikchaddha severity: medium description: | There is a Cross Site Scripting...

6.1CVSS5.9AI score0.01202EPSS
SaveExploits0References2
Nuclei
Nuclei
added 2026/08/23 2:28 a.m.22 views

LearnPress < 4.3.0 - Arbitrary Callback Execution to Information Exposure

The LearnPress – WordPress LMS Plugin plugin for WordPress is vulnerable to Sensitive Information Disclosure in all versions up to, and including, 4.2.9.4. This is due to missing capability checks in the REST endpoint /wp-json/lp/v1/loadcontentviaajax which allows arbitrary callback execution of...

5.3CVSS5.8AI score0.00984EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74606

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...

0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64393

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxrdev fails during auxiliary device setup, the error path calls auxiliarydeviceuninit, which eventually invokes bngeauxdevrelease. The release callback...

5.5AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.24 views

CVE-2026-74706 bnge: Fix NULL pointer dereference in aux device release

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxrdev fails during auxiliary device setup, the error path calls auxiliarydeviceuninit, which eventually invokes bngeauxdevrelease. The release callback...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/22 3:31 p.m.6 views

EUVD-2026-64543

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...

5.6AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:31 p.m.14 views

CVE-2026-74606

CVE-2026-74606 is a use-after-free vulnerability in the Linux kernel 's eventfs (event filesystem) subsystem, specifically in eventfs_remove_rec(). The function recursively removes child entries from a list; after the recursive call returns, list_for_each_entry() advances by reading list.next fro...

5.6AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/22 11:30 a.m.10 views

CVE-2026-4245

The Post Duplicator WordPress plugin (all versions up to and including 3.0.11 ) is vulnerable to an authorization bypass in its REST API. The duplicate_post_permissions() callback only verifies the duplicate_posts capability without checking whether the user holds publish_posts or other status-ga...

4.3CVSS5.3AI score0.00385EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79611

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfs remove rec eventfs remove rec recursively removes the child at the current loop position. After the recursive call returns, list for each entry advances by reading list.next from the removed...

5.5AI score0.00209EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79711

In the Linux kernel, the following vulnerability has been resolved: bnge: Fix NULL pointer dereference in aux device release If allocation of auxr dev fails during auxiliary device setup, the error path calls auxiliary device uninit, which eventually invokes bnge aux dev release. The release...

5.4AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/21 8:05 p.m.7 views

CVE-2026-62960 Git for Windows: Server-advertised bundle-uri can trigger outbound SMB callbacks via UNC and file:// paths on Windows

Git for Windows is the Windows port of Git. Prior to 2.55.0.windows.4, a malicious remote Git server can advertise a bundle URI that reaches transportgetremotebundleuri, fetchbundleuriinternal, and copyuritofile in bundle-uri.c during clone or fetch when transfer.bundleuri=true. Non-HTTPS values...

7.4CVSS5.7AI score
SaveExploits0References5
CVE
CVE
added 2026/08/21 8:05 p.m.59 views

CVE-2026-62960

Git for Windows prior to 2.55.0.windows.4 is vulnerable to a security bypass in bundle-uri.c . When transfer.bundleuri=true, a malicious remote Git server can advertise a bundle URI processed by transport_get_remote_bundle_uri(), fetch_bundle_uri_internal(), and copy_uri_to_file(). Non-HTTP(S) va...

7.4CVSS5.5AI score0.00516EPSS
SaveExploits0References3
Patchstack
Patchstack
added 2026/08/21 8:12 a.m.5 views

WordPress TabaPay Gateway plugin <= 1.4.0 - Unauthenticated Account Takeover via Payment Callback vulnerability

Unauthenticated Account Takeover via Payment Callback vulnerability discovered by moonge in WordPress Plugin TabaPay Gateway versions = 1.4.0...

9.8CVSS5.2AI score0.00341EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/08/20 7:16 p.m.8 views

CVE-2026-53586

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, the built-in HTTP transport in src/libgit2/transports/http.c follows an offsite initial redirect, an...

6.5CVSS0.00469EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 6:40 p.m.35 views

CVE-2026-53586 libgit2: HTTP transport can leak credentials to an offsite redirect target

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, the built-in HTTP transport in src/libgit2/transports/http.c follows an offsite initial redirect, an...

6.5CVSS0.00469EPSS
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2026/08/20 6:40 p.m.22 views

CVE-2026-53586

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, the built-in HTTP transport in src/libgit2/transports/http.c follows an offsite initial redirect, an...

6.5CVSS8.5AI score0.00469EPSS
SaveExploits0
CVE
CVE
added 2026/08/20 4:28 a.m.30 views

CVE-2026-76957

CVE-2026-76957 affects libexpat before 2.8.4 . The root cause is the absence of handler call depth tracking when custom encoding callbacks are in use, which can lead to a use-after-free condition. The CVSS 3.1 score is 4.9 (Medium) with a local attack vector, high complexity, and low impact on co...

4.9CVSS5.4AI score0.00102EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/20 12:34 a.m.6 views

EUVD-2026-63110

In Splunk Enterprise versions below 10.4.2, 10.2.6, 10.0.9, and 9.4.14, and Splunk Secure Gateway versions below 3.10.10, 3.9.24, and 3.8.71, a user who does not hold the "admin" or "power" Splunk roles could register an arbitrary companion app and cause Splunk Secure Gateway to forward mobile us...

6.5CVSS5.5AI score0.00248EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/19 10:17 p.m.4 views

CVE-2026-76258

In Splunk Enterprise versions below 10.4.2, 10.2.6, 10.0.9, and 9.4.14, and Splunk Secure Gateway versions below 3.10.10, 3.9.24, and 3.8.71, a user who does not hold the "admin" or "power" Splunk roles could register an arbitrary companion app and cause Splunk Secure Gateway to forward mobile us...

6.5CVSS0.00248EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 9:34 p.m.12 views

CVE-2026-76258

Splunk Secure Gateway's companion app registration handler uses a hard-coded cryptographic key, allowing non-admin/power users to register arbitrary callback URLs and redirect mobile user tokens to attacker-controlled endpoints. Splunk fixed this in Secure Gateway 3.8.71, 3.9.24, and 3.10.10; Ent...

6.5CVSS5.5AI score0.00248EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder