Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

[AWS Lambda] Vulnerability Issue #801

Closed
alinlinus opened this issue Aug 7, 2024 · 1 comment
Closed

[AWS Lambda] Vulnerability Issue #801

alinlinus opened this issue Aug 7, 2024 · 1 comment

Comments

@alinlinus
Copy link

Hey guys,

I've been working on building a Lambda layer using the base Docker image public.ecr.aws/lambda/nodejs:18. I've encountered some issues with the version of the aws-sdk installed in this base image. Specifically, the runtime includes packages with known vulnerabilities: (As far as I am concerned the runtime folder should not be touched)

  • ws 8.16.0 - CVE-2024-37890 - Fixed in 8.17.1
    Location: /var/runtime/node_modules/@aws-sdk/node_modules/ws/package.json
  • ws 7.5.9 - CVE-2024-37890 - Fixed in 7.5.10
    Location: /var/runtime/node_modules/@aws-sdk/node_modules/mqtt/node_modules/ws/package.json
  • fast-xml-parser - CVE-2024-41818 - Fixed in 4.4.1
    Location: /var/runtime/node_modules/@aws-sdk/node_modules/fast-xml-parser/package.json

Even the newer images with updated Node.js versions (20, latest) still present these vulnerabilities. Are there any plans to release a new public Node.js image for Lambdas with an updated aws-sdk that addresses these issues?

@alinlinus alinlinus closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2024
Copy link

github-actions bot commented Aug 7, 2024

This issue is now closed.

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant