CVE-2026-25814
NoSQL Injection in PlaciPy 1.0.0 via Unsanitized DynamoDB Queries
Publication date: 2026-02-09
Last updated on: 2026-02-18
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| prasklatechnology | placipy | 1.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in PlaciPy version 1.0.0 arises because user-controlled query parameters are passed directly into DynamoDB query or filter construction without any validation or sanitization.
This means that an attacker can manipulate the input parameters to craft malicious queries, potentially leading to unauthorized data access or other harmful effects.
How can this vulnerability impact me? :
Because the vulnerability allows unvalidated user input to influence database queries, it can lead to severe security impacts such as unauthorized data exposure or modification.
The CVSS score of 9.3 indicates a critical severity, meaning an attacker can exploit this vulnerability remotely without any privileges or user interaction, potentially causing high confidentiality and integrity impacts.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know