Lucene search
+L

1807 matches found

Nuclei
Nuclei
added 12 hours ago128 views

NeDi 1.9C - Cross-Site Scripting

NeDi 1.9C is vulnerable to cross-site scripting because of an incorrect implementation of sanitize in inc/libmisc.php. This function attempts to escape the SCRIPT tag from user-controllable values, but can be easily bypassed, as demonstrated by an onerror attribute of an IMG element as a...

6.1CVSS6AI score0.03442EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-50878

Inappropriate implementation in V8 in Google Chrome prior to 151.0.7922.72 allowed an attacker who convinced a user to install a malicious extension to execute arbitrary code inside a sandbox via a crafted Chrome Extension. Chromium security severity: Low...

7.5CVSS6.2AI score0.00187EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 5 days ago8 views

Moderate: Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update

An update for Red Hat Hardened Images RPMs is now available. This update includes the following RPMs: nodejs26: nodejs26-26.5.1-1.5.hum1 aarch64, x8664 nodejs26-bin-26.5.1-1.5.hum1 noarch nodejs26-devel-26.5.1-1.5.hum1 aarch64, x8664 nodejs26-docs-26.5.1-1.5.hum1 noarch...

7.5CVSS5.8AI score0.00268EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-58150

Apache Traffic Server does not reject Transfer-Encoding in HTTP/2 requests, allowing downgrade request smuggling. This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3. Users are recommended to upgrade to version 9.2.15 or 10.1.4...

10CVSS5.8AI score0.00245EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 6 days ago4 views

CVE-2026-14129

An incorrect security ui flaw was found in the PreviewTab component of the Chromium browser. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=514018024...

4.3CVSS5.8AI score0.00154EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/27 6:0 a.m.12 views

EUVD-2026-49069

The Custom Fields Account Registration For Woocommerce WordPress plugin before 1.4 does not prevent its custom registration fields from writing to the user capabilities meta key on sites that use a non-default database table prefix, so an unauthenticated user who registers an account can be grant...

8.1CVSS5.8AI score0.00226EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/25 10:17 a.m.6 views

CVE-2026-64449

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: bound slave read/write to the kernbuf size The SLAVE-path helpers buffertouser and bufferfromuser copy 'count' bytes into/out of the fixed-size kernbuf sizebuf == PCIBUFSIZE == 0x20000, 128 KiB using ppos as the...

7.8CVSS0.00139EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/21 9:36 p.m.6 views

CVE-2026-60621

CVE-2026-60621 affects Oracle JD Edwards EnterpriseOne Tools (Web Runtime Security) with vulnerable version 9.2.26.3. The issue allows an unauthenticated attacker, over HTTP, to compromise JD Edwards EnterpriseOne Tools, potentially taking over the tools. CVSS 3.1 base score is 8.1 (HIGH) with ne...

8.1CVSS7.3AI score0.00348EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 9:34 p.m.26 views

CVE-2026-60289

...

9.8CVSS0.00473EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/21 7:33 p.m.8 views

GHSA-3PJW-73GF-8QR5 jackson-databind: @JsonIgnore on a Record property is bypassed with a PropertyNamingStrategy

Summary For Java Records, POJOPropertiesCollector.removeUnwantedIgnorals records a @JsonIgnore-annotated component under its original implicit name before renameUsing applies the PropertyNamingStrategy. After the rename, ignoredPropertyNames still holds only the pre-rename name, so ignorableProps...

6.5CVSS5.7AI score0.00247EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.34 views

CVE-2026-64015 security/keys: fix missed RCU read section on lookup

In the Linux kernel, the following vulnerability has been resolved: security/keys: fix missed RCU read section on lookup Nicholas Carlini reports that the keyring code calls assocarrayfind in findkeytoupdate without holding the RCU read lock, while the assocarraygc code really is designed around...

7.8CVSS0.00129EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/15 5:3 p.m.8 views

EUVD-2026-44752

Kanboard through 1.2.52, fixed in commit 564cc30, BoardAjaxController save method used by the kanban board drag-and-drop endpoint validates the caller's role on the attacker-supplied projectid but never verifies that the supplied taskid actually belongs to that project. Because task identifiers a...

8.1CVSS6.1AI score0.00355EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/13 12:0 a.m.11 views

PT-2026-59571

Summary Type: Insecure Direct Object Reference. The issue CRUD endpoints GET / PATCH / DELETE /workspaces/workspace id/issues/issue id gate access on require workspace memberworkspace id only, then resolve issue id through IssueService.getissue id which is a primary-key lookup with no workspace...

8.3CVSS6.1AI score0.0028EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/08 11:31 a.m.14 views

BIT-LIBPYTHON-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...

5.3CVSS5.9AI score0.0027EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/07 2:34 p.m.5 views

PYSEC-2026-1814 PyJWT Issuer field partial matches allowed

Summary The wrong string if check is run for iss checking, resulting in "acb" being accepted for "abc". Details This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. diff - if isinstanceissuer, list: + if...

2.2CVSS6AI score0.0081EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2026/07/04 12:0 a.m.22 views

PT-2026-55705

Name of the Vulnerable Software and Affected Versions Trail of Bits fickling versions prior to 0.1.12 Description An issue exists where the UnsafeImportsML analysis pass unconditionally calls the AnalysisContext.shorten codenode function on every import node. This action populates a shared...

8.8CVSS6.2AI score0.00332EPSS
SaveExploits1References14
OSV
OSV
added 2026/07/02 10:30 a.m.6 views

CVE-2026-54431 Improper Data Validation in liboauth2

In liboauth2 the Demonstrating Proof-of-Possession DPoP verifier accepts a proof whose JSON Web Key jwk header contains private key material. RFC 9449 section 4.3 step 7 requires the verifier to reject such a proof but oauth2tokenverify function returns success for a malformed DPoP proof that...

5.1CVSS6AI score0.00128EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/01 8:18 p.m.15 views

SurrealDB has bypass of field-level SELECT permissions through JSON Patch `copy` and `move` with empty `from`

SurrealDB lets callers modify records using JSON Patch operations via the UPDATE … PATCH statement and SDK equivalents such as db.patch. One of those operations is copy, which duplicates one field's value into another field of the same record. A PATCH with an empty from — for example, UPDATE...

5.7AI score
SaveExploits0References3Affected Software1
Microsoft CVE
Microsoft CVE
added 2026/07/01 8:2 a.m.8 views

Glib: off-by-one error in glib/gkeyfile.c via "g_key_file_get_locale_string_list"

...

8.6CVSS6.1AI score0.00302EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/06/26 10:2 p.m.33 views

Rocket.Chat: Authentication Bypass via XML Signature Wrapping in SAML SSO

The SAML SSO implementation in Rocket.Chat verified XML signatures but did not bind the validated signature to the samlp:Response or saml:Assertion. As a result, an attacker could submit a wrapped document carrying forged identity attributes alongside a valid signature made by the trusted IdP...

9.8CVSS5.9AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder