mirror of
https://github.com/reconurge/flowsint.git
synced 2026-06-10 00:30:17 -05:00
[PR #160] fix: upgrade lodash-es to 4.18.0 (CVE-2026-4800) #2629
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/160
Author: @orbisai0security
Created: 6/3/2026
Status: 🔄 Open
Base:
main← Head:fix-cve-2026-4800-lodash-es📝 Commits (1)
8048f9cfix: CVE-2026-4800 security vulnerability📊 Changes
2 files changed (+6 additions, -0 deletions)
View changed files
📝
flowsint-app/package.json(+1 -0)📝
yarn.lock(+5 -0)📄 Description
Summary
Upgrade lodash-es from 4.17.21 to 4.18.0 to fix CVE-2026-4800.
Vulnerability
CVE-2026-4800flowsint-app/yarn.lockDescription: lodash: lodash: Arbitrary code execution via untrusted input in template imports
Evidence
Scanner confirmation: trivy rule
CVE-2026-4800flagged this pattern.Production code: This file is in the production codebase, not test-only code.
Threat Model Context
This is a Node.js library - vulnerabilities affect downstream consumers who use this package.
Changes
flowsint-app/package.jsonflowsint-app/yarn.lockVerification
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.