Skip to content

[Security] AST-08: Outdated Dependency Minimum Versions #25

Description

@mefai-dev

AST-08: Outdated Dependency Minimum Versions

Severity: MEDIUM
Affected File(s): requirements/common.txt

Description

Minimum dependency versions are significantly outdated: requests>=2.25.1 (CVE-2023-32681), pyOpenSSL>=19.0.0 (memory safety issues), autobahn>=21.2.1, Twisted>=22.2.0 (HTTP/TLS fixes in later versions).

Vulnerable Code

requests>=2.25.1
pyOpenSSL>=19.0.0
autobahn>=21.2.1
Twisted>=22.2.0

Impact

Known vulnerabilities in HTTP, TLS, and WebSocket libraries directly affect the security of API communications.

Recommended Fix

Update all minimum versions:
requests>=2.32.0
pyOpenSSL>=24.0.0
autobahn>=23.6.2
Twisted>=24.3.0


Methodology: Triple-verification static analysis -- each finding verified across three independent code review passes.
Researcher: Independent Security Researcher -- Mefai Security Team

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions