fastcrud@0.15.9

FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.

  • latest version

    0.22.2

  • latest non vulnerable version

  • first published

    2 years ago

  • latest version published

    3 days ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the fastcrud package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    Improper Restriction of Communication Channel to Intended Endpoints

    fastcrud is a FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.

    Affected versions of this package are vulnerable to Improper Restriction of Communication Channel to Intended Endpoints due to improper handling of the exclude_fields parameter in the _create_modified_schema function. The function fails to enforce immutability on the field-exclusion list, allowing callers or dependent code to mutate shared state and reintroduce sensitive fields such as passwords or API keys into generated schemas. An attacker can exploit this through cache poisoning or list-manipulation attacks to expose sensitive data that should have been excluded from API responses.

    How to fix Improper Restriction of Communication Channel to Intended Endpoints?

    Upgrade fastcrud to version 0.19.0 or higher.

    [,0.19.0)