Lucene search
+L

70443 matches found

attackerkb
attackerkb
•added 2026/08/05 1:50 p.m.•11 views

CVE-2026-15573

A flaw was found in Keycloak's Authorization Services. The component responsible for matching request paths to security policies PathMatcher does not properly normalize URIs before comparison. By adding extra characters like a trailing slash or matrix parameters to a URL, an attacker can trick th...

8.1CVSS5.5AI score0.00459EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/08/05 1:11 p.m.•20 views

Moderate: Red Hat Security Advisory: Red Hat JBoss Web Server 7.0.1 release and security update

Red Hat JBoss Web Server 7.0.1 zip release is now available for Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9, Red Hat Enterprise Linux 10, and Windows Server. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CV...

9.1CVSS5.5AI score0.00652EPSS
SaveExploits1References6
OSSF Malicious Packages
OSSF Malicious Packages
•added 2026/08/05 1:01 p.m.•22 views

Malicious code in @cryptosrvc/no-brainer-sdk (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 7955af180bb00f4f97b5dee0c7020f9e43f4c35aa84c5ef5446dd95646eb333b On npm install, the package's postinstall script dist/recon.js collects installer-side host reconnaissance — hostname, username, SUDOUSER, home...

5.5AI score
SaveExploits0References1
Akamai Blog
Akamai Blog
•added 2026/08/05 1:00 p.m.•34 views

Shadow AI, Rogue Agents, and Data Leaks: A Special Report on Navigating AI Risk

Discover top enterprise AI risks — from shadow AI to rogue agents and data leaks — plus practical CISO strategies in the new Akamai SOTI special report...

5.5AI score
SaveExploits0
EUVD
EUVD
•added 2026/08/05 12:38 p.m.•13 views

EUVD-2026-53378

Statamic CMS's user-augmentation resolver, AugmentedUser::get in src/Auth/AugmentedUser.php, contains an explicit case for the twofactorrecoverycodes handle that returns the user's raw two-factor recovery codes with no access restriction: if $handle === 'twofactorrecoverycodes' return new...

6.2CVSS5.5AI score0.00372EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/08/05 12:38 p.m.•10 views

CVE-2026-71291

Bolt CMS renders content field values through Twig's full application-level Environment with no SandboxExtension registered anywhere in the codebase. In src/Entity/Field.php, getTwigValue calls shouldBeRenderedAsTwig, which gates rendering only on the field definition's allowtwig flag and a regex...

8.8CVSS5.4AI score0.00549EPSS
SaveExploits0References3
OSSF Malicious Packages
OSSF Malicious Packages
•added 2026/08/05 12:35 p.m.•18 views

Malicious code in log-min (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 5dc78815e8c40947273929a7224aa04230de911771e62580045fb8bb213468c9 The package publishes as 'log-min' with a description claiming it is a JavaScript library for the Theta Blockchain, while its README identifies the...

6.2AI score
SaveExploits0References1
OSV
OSV
•added 2026/08/05 12:27 p.m.•16 views

MAL-2026-12333 Malicious code in @zahlen/checkout-react (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 097440ff1155e4d840568cf0fc8502c00d43249340f0f301167a859fd34c9fe8 The package's main module contains a top-level block that runs on every require/import. It uses unicode-escape obfuscation \uXXXX to hide imports of...

6.1AI score
SaveExploits0References2
CVE
CVE
•added 2026/08/05 12:26 p.m.•66 views

CVE-2026-71286

The CVE-2026-71286 entry affects ember-dynamic-render-template’s render-template component, where addon/components/render-template.js forwards the templateString directly to Ember/Glimmer’s compileTemplate() without sanitization or validation. This enables client-side template injection, as attac...

6.1CVSS5.2AI score0.00263EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/05 12:26 p.m.•39 views

CVE-2026-71281 peft Unsafe Deserialization via torch.load() Without weights_only in LoRA-GA and CorDA Modules

Hugging Face peft's LoRA-GA and CorDA initialization modules src/peft/tuners/lora/corda.py lines 102 and 163, and src/peft/tuners/lora/loraga.py line 101 call torch.load on config-specified cache/covariance files without weightsonly=True, bypassing peft's own safe-loading wrapper used elsewhere i...

8.8CVSS5.3AI score
SaveExploits0References4
OSV
OSV
•added 2026/08/05 12:14 p.m.•14 views

MAL-2026-12310 Malicious code in statist-browser-typed-client-sme.platform.web.teasers (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 30e7b10d7a21e347dca99c9bf32f2c4d81aef8bdc78a10d308b63a881db69027 The package's declared main index.js unconditionally requires./init on load. init.js selects a platform-specific asset win32/darwin/linuxx64/linuxarm...

6.7AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 11:03 a.m.•25 views

EUVD-2026-53327

In Eclipse Theia versions up to and including 1.73.1, the @theia/filesystem backend exposes HTTP file-download endpoints GET /file, GET /files/, PUT /files/ that convert a client-supplied URI directly to a filesystem path and stream the file, without confining it to the workspace or any...

7.5CVSS5.5AI score0.00533EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/05 10:57 a.m.•21 views

EUVD-2026-53321

Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: $sql = "select from user where email = '$email' and password = '$password'", with no escaping or parameterization, allowing authentication bypass via a payload...

9.8CVSS5.8AI score0.00748EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/05 10:56 a.m.•19 views

EUVD-2026-53313

DjangoCRM's toggledefaultsorting view is the only route in common/urls.py that is not wrapped in loginrequired or staffmemberrequired, and it redirects to a caller-supplied nexturl GET parameter after only checking secureurlnexturl, which merely verifies the target host matches the current site's...

4.3CVSS5.5AI score0.00326EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/08/05 10:20 a.m.•44 views

CVE-2026-17578 Kong Event Gateway AES-GCM nonce reuse due to missing key rotation enforcement

Kong Event Gateway versions 1.0.0 through 1.1.1 and 1.2.0 do not enforce key rotation before reaching NIST SP 800-38D recommended usage limit for AES-GCM encryption keys with random nonces when the AWS IAM encryption feature is enabled. If a producer sends messages at a sustained high rate withou...

2.3CVSS0.00244EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/05 10:20 a.m.•73 views

CVE-2026-17578

Kong Event Gateway vulnerable components: versions 1.0.0–1.1.1 and 1.2.0 fail to enforce key rotation before reaching the NIST SP 800-38D usage limit for AES-GCM keys when AWS IAM encryption is enabled. Under sustained high message rates that trigger a reboot without rotation, nonce collisions be...

2.3CVSS5.5AI score0.00244EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/05 8:16 a.m.•22 views

CVE-2026-71212

xidown a yt-dlp/ffmpeg GUI wrapper builds its yt-dlp command-line invocation xidown/core/scanner.py and downloader.py by appending the user-provided or scanned URL as a bare trailing positional argument, with no '--' end-of-options marker and no scheme validation anywhere in the codebase...

4.4CVSS0.00159EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/05 8:16 a.m.•15 views

CVE-2026-71213

Typemill's login endpoint POST /tm/login, ControllerWebAuth::login performs no rate-limiting, failed-attempt counting, or account lockout when captcha is disabled, which is the default configuration. An unauthenticated attacker can send unlimited password-guessing requests against any account,...

9.1CVSS0.00454EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/05 8:16 a.m.•13 views

CVE-2026-55739

Crater isolates data per companyid, and its Invoice/Estimate/Payment/Expense policies enforce both a Bouncer ability check and -hasCompany-companyid. CustomerPolicy's view/update/delete methods omit the company-ownership check entirely, checking only the blanket ability. Route-model-bound custome...

8.3CVSS0.00374EPSS
SaveExploits0References1
attackerkb
attackerkb
•added 2026/08/05 7:53 a.m.•15 views

CVE-2026-55997

Rancher issues long-lived registration tokens to authenticate nodes and agents joining a downstream cluster. These tokens were stored and exposed in plaintext with no expiration, so a malicious user could obtain one either through the Rancher API, etcd, stored automation, or direct file access on...

8.8CVSS5.5AI score0.00112EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder