Lucene search
+L

67 matches found

CVE
CVE
added 2026/09/14 1:45 a.m.6 views

CVE-2026-90614

FedML-AI FedML versions up to 0.9.6 contain a deserialization vulnerability in the MQTT+S3 Communication Backend component. The flaw resides in the S3Storage.read_model function within fedml/core/distributed/communication/s3/remote_storage.py, where manipulation of the s3_key_str argument trigger...

6.5CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/14 1:45 a.m.9 views

CVE-2026-90614 FedML-AI FedML MQTT+S3 Communication Backend remote_storage.py S3Storage.read_model deserialization

A weakness has been identified in FedML-AI FedML up to 0.9.6. Affected by this issue is the function S3Storage.readmodel of the file fedml/core/distributed/communication/s3/remotestorage.py of the component MQTT+S3 Communication Backend. This manipulation of the argument s3keystr causes...

6.5CVSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 11:43 p.m.11 views

turbolite

turbolite turbolite is a SQLite VFS in Rust that serves point lookups and joins directly from S3 with sub-250ms cold latency. This repo is a Cargo workspace with two crates: turbolite — Pure Rust library. SQLite VFS with page-level compression, encryption, and S3 tiering. turbolite-ffi — C FFI /...

6AI score
SaveExploits0References26
Kitploit
Kitploit
added 2026/09/13 9:49 p.m.8 views

amira

AMIRA: Automated Malware Incident Response & Analysis AMIRA is a service for automatically running the analysis on the OSXCollector output files. The automated analysis is performed via OSXCollector Output Filters, in particular The One Filter to Rule Them All : the Analyze Filter. AMIRA takes ca...

5.8AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/13 3:21 p.m.11 views

mwcfg

Malware Configuration Extractor A Malware Configuration Extraction Tool and Modules for MalDuck This project is FREE as in FREE 🍺, use it commercially, privately or however you see fit. The easiest way to use this project is to visit mwcfg.info, and start extracting malware config right away! If...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/13 11:50 a.m.9 views

nuclearpond

Nuclear Pond Nuclear Pond is used to leverage Nuclei in the cloud with unremarkable speed, flexibility, and perform internet wide scans for far less than a cup of coffee. It leverages AWS Lambda as a backend to invoke Nuclei scans in parallel, choice of storing json findings in s3 to query with A...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 8:19 a.m.5 views

nuclearpond-OFJAAAH

Nuclear Pond V.2 We forked this project so we can continue with this great idea, I hope that together we can improve the code and make it available to everyone - @OFJAAAH To install Nuclear Pond, you need to configure the backend terraform module. You can do this by running terraform apply or by...

5.9AI score
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/08 4:08 p.m.7 views

Security Bulletin: Langflow is vulnerable to unauthorized file system access due to path traversal and missing storage path validation

Summary Langflow uses a local and S3-backed storage service to manage files uploaded by users and referenced by flow components. The flow execution runtime accepts attacker-controlled file paths through the tweaks API without invoking the path containment guard, allowing traversal sequences to...

6.5CVSS0.00302EPSS
SaveExploits0Affected Software1
Cvelist
Cvelist
added 2026/07/24 6:43 p.m.44 views

CVE-2026-48035 Hulumi: AccountFoundation audit-delivery S3 bucket could be silently weakened

Hulumi is an open-source toolkit that ships secure-by-default cloud and platform infrastructure components for Pulumi. Prior to version 1.4.0, consumers using AccountFoundation could ship an AWS account whose CloudTrail / Config audit logs were deletable by any S3-delete-capable principal — while...

7.1CVSS0.0026EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/29 10:54 p.m.23 views

Malicious Package

Overview @cloudplatform-single-spa/svp-s3-storage is a malicious package. This package contains malicious code, and its content was removed from the official package manager. While this package might be attempting to impersonate a valid organization, there is no connection between that organizati...

9.8CVSS5.8AI score
SaveExploits0References2
Snyk
Snyk
added 2026/03/27 5:12 p.m.7 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the UploadAllFiles function during S3 restore operations when processing tar headers from a supplied backup archive. An attacker can cause the daemon to crash and disrupt the contr...

7.1CVSS5.9AI score0.00385EPSS
SaveExploits1References2
NVD
NVD
added 2026/03/26 10:16 p.m.11 views

CVE-2026-28377

A vulnerability in Grafana Tempo exposes the S3 SSE-C encryption key in plaintext through the /status/config endpoint, potentially allowing unauthorized users to obtain the key used to encrypt trace data stored in S3. Thanks to williamgoodfellow for reporting this vulnerability...

7.5CVSS0.00155EPSS
SaveExploits0References1
CNVD
CNVD
added 2026/03/17 12:00 a.m.26 views

Unspecified Vulnerability in StudioCMS (CNVD-2026-18150)

StudioCMS is StudioCMS open source a content management system . A security vulnerability exists in StudioCMS that can be exploited by an attacker to cause an authenticated user to perform arbitrary file operations on S3 storage buckets...

7.6CVSS5.5AI score0.00183EPSS
SaveExploits1
OSV
OSV
added 2026/03/12 2:49 p.m.49 views

GHSA-MM78-FGQ8-6PGR StudioCMS S3 Storage Manager Authorization Bypass via Missing `await` on Async Auth Check

Summary The S3 storage manager's isAuthorized function is declared async returns Promise but is called without await in both the POST and PUT handlers. Since a Promise object is always truthy in JavaScript, !isAuthorizedtype always evaluates to false, completely bypassing the authorization check...

7.6CVSS5.9AI score0.00183EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/03/11 8:03 p.m.4 views

CVE-2026-32101 StudioCMS S3 Storage Manager Authorization Bypass via Missing `await` on Async Auth Check

StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.3.1, the S3 storage manager's isAuthorized function is declared async returns Promise but is called without await in both the POST and PUT handlers. Since a Promise object is always truthy in...

7.6CVSS5.8AI score0.00183EPSS
SaveExploits1References1
CVE
CVE
added 2026/03/11 8:03 p.m.38 views

CVE-2026-32101

CVE-2026-32101 affects StudioCMS S3 Storage Manager prior to version 0.3.1. The isAuthorized() function is async but is called without await in both the POST and PUT handlers, causing the authorization check to always evaluate to bypass due to Promise objects being truthy. As a result, any authen...

7.6CVSS5.8AI score0.00183EPSS
SaveExploits1References1Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/18 6:52 p.m.19 views

AWS SDK for PHP's S3 Encryption Client has a Key Commitment Issue

Summary S3 Encryption Client for PHP is an open-source client-side encryption library used to facilitate writing and reading encrypted records to S3. When the encrypted data key EDK is stored in an "Instruction File" instead of S3's metadata record, the EDK is exposed to an "Invisible Salamanders...

6CVSS7AI score0.00211EPSS
SaveExploits0References7Affected Software1
Fedora
Fedora
added 2025/12/03 12:59 a.m.17 views

[SECURITY] Fedora 43 Update: rclone-1.72.0-1.fc43

"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Driv e, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files...

7.5CVSS7AI score0.00617EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.27 views

EUVD-2023-0392

Malicious code in bioql PyPI...

7.6CVSS5.9AI score0.00709EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2024-3195

Malicious code in bioql PyPI...

2.3CVSS6.4AI score0.0056EPSS
SaveExploits0References6
Rows per page
Query Builder