Lucene search
+L

1248 matches found

Patchstack
Patchstack
added 2026/08/19 9:56 p.m.12 views

NPM: Tina: Broken Access Control: arbitrary bucket-key write/delete in `next-tinacms-s3` (and sibling production media adapters)

NPM: Tina: Broken Access Control: arbitrary bucket-key write/delete in next-tinacms-s3 and sibling production media adapters vulnerability discovered by ? in WordPress Npm next-tinacms-dos versions 23.0.4...

5.4CVSS5.3AI score0.00279EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/19 9:56 p.m.11 views

Tina: Broken Access Control: arbitrary bucket-key write/delete in `next-tinacms-s3` (and sibling production media adapters)

Summary The production media handler shipped by next-tinacms-s3 createMediaHandler in packages/next-tinacms-s3/src/handlers.ts accepts an attacker-chosen ?key= query parameter and returns an AWS-signed PutObject URL whose Key is that value, with no check that the key falls under the operator's...

5.4CVSS5.6AI score0.00279EPSS
SaveExploits0References6Affected Software4
OSV
OSV
added 2026/08/19 9:56 p.m.15 views

GHSA-8MQ9-5FW2-5RM4 Tina: Broken Access Control: arbitrary bucket-key write/delete in `next-tinacms-s3` (and sibling production media adapters)

Summary The production media handler shipped by next-tinacms-s3 createMediaHandler in packages/next-tinacms-s3/src/handlers.ts accepts an attacker-chosen ?key= query parameter and returns an AWS-signed PutObject URL whose Key is that value, with no check that the key falls under the operator's...

5.4CVSS5.6AI score0.00279EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/17 8:32 p.m.18 views

CVE-2026-54356 Budibase authenticated arbitrary S3 signed upload URL issuance via `/api/attachments/:datasourceId/url`

Budibase is an open-source low-code platform. Prior to 3.41.3, POST /api/attachments/:datasourceId/url in packages/server/src/api/routes/static.ts and packages/server/src/api/controllers/static/index.ts allows an authenticated published-app user with the BASIC role to supply attacker-controlled...

7.1CVSS5.5AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.10 views

Ivanti Endpoint Manager < 2024 SU7 Multiple Vulnerabilities

The version of Ivanti Endpoint Manager running on the remote host is prior to 2024 SU7. It is, therefore, affected by multiple vulnerabilities: - An out-of-bounds read in the Agent of Ivanti Endpoint Manager before version 2024 SU7 allows a remote unauthenticated attacker to crash an agent servic...

8.1CVSS5.8AI score0.0089EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.13 views

PT-2026-76785

Name of the Vulnerable Software and Affected Versions Budibase versions prior to 3.41.3 Description An authenticated published-app user with the BASIC role can provide attacker-controlled bucket and key values to the 'POST /api/attachments/:datasourceId/url' endpoint. This allows the user to obta...

7.1CVSS5.2AI score0.00244EPSS
SaveExploits1References8
NVD
NVD
added 2026/08/14 12:16 p.m.8 views

CVE-2026-72859

Budibase versions 3.39.4 before 3.40.0 contain an authorization regression in the S3 attachment upload endpoint that allows BASIC users to obtain S3 PutObject presigned URLs by sending POST requests to the attachments endpoint. The route was changed from a BUILDER permission check to a TABLE/WRIT...

8.3CVSS0.00181EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/14 11:35 a.m.9 views

EUVD-2026-58653

Budibase versions 3.39.4 before 3.40.0 contain an authorization regression in the S3 attachment upload endpoint that allows BASIC users to obtain S3 PutObject presigned URLs by sending POST requests to the attachments endpoint. The route was changed from a BUILDER permission check to a TABLE/WRIT...

8.3CVSS5.6AI score0.00181EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/14 11:35 a.m.57 views

CVE-2026-72859

Budibase 3.39.4 before 3.40.0 contains an authorization regression in the S3 attachment upload endpoint. Affected component: the attachments endpoint used to generate S3 PutObject presigned URLs. Root cause: the route was changed from a BUILDER permission check to a TABLE/WRITE check, which BASIC...

8.3CVSS5.5AI score0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/13 9:07 p.m.11 views

MAL-2026-13983 Malicious code in knip-bun (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 3d412258df9a21f510333926a9be29bed8ae6368e549e295c84e187bdc1a3725 Package knip-bun typosquats the popular knip linter. The main module is an empty stub module.exports = , and package.json declares a dependency...

5.7AI score
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/08/13 9:07 p.m.25 views

Malicious code in eslint-publish-release (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c3befb9fa08cae88e2ebcfb7877a33453bc0b95e0876fb5f76d55b011c8c9869 [email protected] is a hollow package index.js is an empty stub, no lifecycle scripts whose only effect on install is dependency...

5.8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/12 7:19 p.m.42 views

SeaweedFS: Path traversal in the S3 and Iceberg REST gateways allows cross-bucket access

Summary The S3 API gateway and the Iceberg REST catalog gateway construct their routers with mux.NewRouter.SkipCleantrue. With path cleaning disabled, a .. segment inside the URL survives routing, so a request such as: GET /bucket-A/../evil-bucket/key is matched as bucket=bucket-A,...

10CVSS5.4AI score0.01219EPSS
SaveExploits2References5Affected Software1
OSV
OSV
added 2026/08/12 7:19 p.m.6 views

GHSA-W62W-66V9-VVGV SeaweedFS: Path traversal in the S3 and Iceberg REST gateways allows cross-bucket access

Summary The S3 API gateway and the Iceberg REST catalog gateway construct their routers with mux.NewRouter.SkipCleantrue. With path cleaning disabled, a .. segment inside the URL survives routing, so a request such as: GET /bucket-A/../evil-bucket/key is matched as bucket=bucket-A,...

7.8CVSS5.4AI score0.01219EPSS
SaveExploits2References5
Cvelist
Cvelist
added 2026/08/12 2:43 p.m.30 views

CVE-2026-73289 RustFS: ForAllValues/ForAnyValue negated string conditions are transposed, inverting IAM and bucket-policy decisions

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, RustFS evaluates the ForAllValues: and ForAnyValue: set qualifiers with the negated string operators StringNotEquals, StringNotEqualsIgnoreCase, StringNotLike, ArnNotEquals, and ArnNotLike using each other's...

8.1CVSS0.00231EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/12 2:43 p.m.42 views

CVE-2026-73289

RustFS versions prior to 1.0.0-beta.12 are affected by a logic issue in the handling of ForAllValues: and ForAnyValue: qualifiers where negation of certain string operators (StringNotEquals, StringNotEqualsIgnoreCase, StringNotLike, ArnNotEquals, ArnNotLike) is applied after evaluation instead of...

8.1CVSS5.3AI score0.00231EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/12 2:43 p.m.9 views

CVE-2026-73289 RustFS: ForAllValues/ForAnyValue negated string conditions are transposed, inverting IAM and bucket-policy decisions

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, RustFS evaluates the ForAllValues: and ForAnyValue: set qualifiers with the negated string operators StringNotEquals, StringNotEqualsIgnoreCase, StringNotLike, ArnNotEquals, and ArnNotLike using each other's...

8.1CVSS5.4AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.12 views

PT-2026-71090

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, RustFS handles FTPS MKD in FtpsDriver::mkd in crates/protocols/src/ftps/driver.rs by calling storage.create bucket without authorize operation for S3Action::CreateBucket, allowing authenticated FTPS users denied...

5.4CVSS5.3AI score0.00211EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/11 9:17 p.m.7 views

CVE-2026-48763

TypeBot is a chatbot builder tool. Versions prior to 3.17.0 expose a deprecated public upload endpoint at GET /api/v1/typebots/typebotId/blocks/blockId/storage/upload-url that accepts an attacker-controlled filePath and returns a presigned S3 PUT URL for that exact key. Because the endpoint only...

8.2CVSS0.00312EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/11 8:51 p.m.8 views

CVE-2026-48763

TypeBot is a chatbot builder tool. Versions prior to 3.17.0 expose a deprecated public upload endpoint at GET /api/v1/typebots/typebotId/blocks/blockId/storage/upload-url that accepts an attacker-controlled filePath and returns a presigned S3 PUT URL for that exact key. Because the endpoint only...

8.2CVSS5.4AI score0.00312EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/08/11 7:17 p.m.8 views

CVE-2026-18692

An issue in MongoDB Server's handling of timeseries bucket lifecycle could allow an authenticated user with write privileges to cause an internal reference to be used after the underlying memory has been freed. Subsequent operations could then result in a server crash or, potentially, execution o...

8.8CVSS0.00432EPSS
SaveExploits0References1
Rows per page
Query Builder