Skip to content

πŸ”’ High Severity Security Vulnerability: flatted package DoS vulnerabilityΒ #292

@tbrandenburg

Description

@tbrandenburg

🚨 Security Issue

Severity: High
Source: GitHub Actions workflow run #23094946934

Problem Description

The npm audit identified a high severity security vulnerability in the flatted package that is causing CI/CD build failures.

Vulnerability Details

  • Package: flatted <3.4.0
  • Severity: High
  • Issue: Vulnerable to unbounded recursion DoS in parse() revive phase
  • Advisory: GHSA-25h7-pfq9-p65f

Impact

  • CI/CD pipeline failing with exit code 2
  • Quality Assurance workflow blocked
  • Security audit step preventing deployments

Error Output

flatted  <3.4.0
Severity: high
flatted vulnerable to unbounded recursion DoS in parse() revive phase
make: *** [Makefile:136: security-audit] Error 1
Process completed with exit code 2.

Recommended Action

  1. Run npm audit fix to automatically update vulnerable dependencies
  2. If automatic fix is not available, manually update flatted to version 3.4.0 or higher
  3. Review and test the application after the update
  4. Re-run the CI/CD pipeline to verify the fix

Priority

This should be addressed immediately as it's blocking the build pipeline and represents a security risk.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions