-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
CVE Details
CVE ID | Severity | Affected Package | Installed Version | Fixed Version | Date Published | Date of Scan |
---|---|---|---|---|---|---|
CVE-2025-47907 | UNKNOWN |
stdlib |
v1.24.4 |
1.23.12, 1.24.6 |
2025-08-07T16:15:30.357Z |
2025-08-08T10:18:09.696692052Z |
Affected Docker Images
Image Name | SHA |
---|---|
public.ecr.aws/lambda/provided:latest |
public.ecr.aws/lambda/provided@sha256:7fb6a1c685122712bc6d519a77c5384ebaa2c936a9f591ec973c7fc2c83807ee |
public.ecr.aws/lambda/provided:al2023 |
public.ecr.aws/lambda/provided@sha256:7fb6a1c685122712bc6d519a77c5384ebaa2c936a9f591ec973c7fc2c83807ee |
public.ecr.aws/lambda/provided:al2 |
public.ecr.aws/lambda/provided@sha256:87236bcb21aef0c7f38fd15d5bdd178dd5769f48b3457d77e74ca2b661e4393d |
public.ecr.aws/lambda/python:latest |
public.ecr.aws/lambda/python@sha256:0c0b9b080ae21cbe669134cbacd59cbeb0dfce797f59c24bd403b145c8bd9a5a |
public.ecr.aws/lambda/python:3.13 |
public.ecr.aws/lambda/python@sha256:0c0b9b080ae21cbe669134cbacd59cbeb0dfce797f59c24bd403b145c8bd9a5a |
public.ecr.aws/lambda/python:3.12 |
public.ecr.aws/lambda/python@sha256:e6ce6f94feb698ff5a0a1ee210363f9b70379f928d37e1f5663dbc4c4c3e6a2d |
public.ecr.aws/lambda/python:3.11 |
public.ecr.aws/lambda/python@sha256:a507d2c07fadbf861e1b3b331c8515fbf5efb116e8660b1acea33b18a20dfaaa |
public.ecr.aws/lambda/python:3.10 |
public.ecr.aws/lambda/python@sha256:e9fa20ccf439d2ec55a17f8d4621876bf7fd9e0a803210fdab4b60a60e6bde3d |
public.ecr.aws/lambda/python:3.9 |
public.ecr.aws/lambda/python@sha256:86e9b4b2138ac4e4989e3c831fd8fc4f0e8579611c36ba70184d24cd1f964595 |
public.ecr.aws/lambda/nodejs:latest |
public.ecr.aws/lambda/nodejs@sha256:e731a46145e0c2c46e3a54813fdf47a9d51dee46d74433b9d7da0c1169ab1233 |
public.ecr.aws/lambda/nodejs:22 |
public.ecr.aws/lambda/nodejs@sha256:e731a46145e0c2c46e3a54813fdf47a9d51dee46d74433b9d7da0c1169ab1233 |
public.ecr.aws/lambda/nodejs:20 |
public.ecr.aws/lambda/nodejs@sha256:b06cb7039394c2e326471b234af303a1e6f710bcce699d600bf42f19ac13a029 |
public.ecr.aws/lambda/nodejs:18 |
public.ecr.aws/lambda/nodejs@sha256:a7afa8f9377f2920c96d45a8a1ca494817c635e012c655406e2a54865656a88b |
public.ecr.aws/lambda/java:latest |
public.ecr.aws/lambda/java@sha256:cf88a45e2808e378d1f9b22ffe46d12c07b5774a7eab38e07e91b728546046f9 |
public.ecr.aws/lambda/java:21 |
public.ecr.aws/lambda/java@sha256:cf88a45e2808e378d1f9b22ffe46d12c07b5774a7eab38e07e91b728546046f9 |
public.ecr.aws/lambda/java:17 |
public.ecr.aws/lambda/java@sha256:5b3a0614871f9d1f30ca85a72f46883bfff4da7ea324fda3ee06b6898856d52d |
public.ecr.aws/lambda/java:11 |
public.ecr.aws/lambda/java@sha256:6dade690af4aaaf5d2b5b970ab867d775b1d01ffa6d1bbcdaae2298e1039617c |
public.ecr.aws/lambda/java:8.al2 |
public.ecr.aws/lambda/java@sha256:cf5ddfa684f0b85a141f746ad3842fd792b98e155907fab275fb9e8ef2681a75 |
public.ecr.aws/lambda/dotnet:latest |
public.ecr.aws/lambda/dotnet@sha256:8995425918ad0c0afa828018f2d5f640b18ed4abb6d41ff823543fc4ea590e87 |
public.ecr.aws/lambda/dotnet:9 |
public.ecr.aws/lambda/dotnet@sha256:5d29efae8f8934af9f61b53ae7f109b2c88db090fa791a859b3075b425f080b3 |
public.ecr.aws/lambda/dotnet:8 |
public.ecr.aws/lambda/dotnet@sha256:8995425918ad0c0afa828018f2d5f640b18ed4abb6d41ff823543fc4ea590e87 |
public.ecr.aws/lambda/ruby:latest |
public.ecr.aws/lambda/ruby@sha256:416239783115754e92fc44d8aa2bac55d52353149d90fdb9315ed5a8f86a7563 |
public.ecr.aws/lambda/ruby:3.4 |
public.ecr.aws/lambda/ruby@sha256:416239783115754e92fc44d8aa2bac55d52353149d90fdb9315ed5a8f86a7563 |
public.ecr.aws/lambda/ruby:3.3 |
public.ecr.aws/lambda/ruby@sha256:1f7c7a90e896d0da277846a38dd0ae3add5575b63364ec9446f37192d495ec8e |
public.ecr.aws/lambda/ruby:3.2 |
public.ecr.aws/lambda/ruby@sha256:61dbc562537b8380797164d43f324799a0b283fd03ac99baffd9f7a63a9e666d |
Description
Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.
Remediation Steps
- Update the affected package
stdlib
from versionv1.24.4
to1.23.12, 1.24.6
.
About this issue
- This issue may not contain all the information about the CVE nor the images it affects.
- This issue will not be updated with new information and the list of affected images may have changed since the creation of this issue.
- For more, visit Lambda Watchdog.
- This issue was created automatically by Lambda Watchdog.
Metadata
Metadata
Assignees
Labels
No labels