GHSA-xg75-q3q5-cqmv

    Dashboard / Vulnerabilities / GHSA-xg75-q3q5-cqmv

    GHSA-xg75-q3q5-cqmv

    Published: 22 Apr 2022Last Modified: 4 Mar 2024

    Summary: Denial of Service in http-swagger

    Details: ### Impact Allows an attacker to perform a DOS attack consisting of memory exhaustion on the host system. ### Patches Yes. Please upgrade to v1.2.6. ### Workarounds A workaround is to restrict the path prefix to the "GET" method. As shown below ``` func main() { r := mux.NewRouter() r.PathPrefix("/swagger/").Handler(httpSwagger.Handler( httpSwagger.URL("http://localhost:1323/swagger/doc.json"), //The url pointing to API definition httpSwagger.DeepLinking(true), httpSwagger.DocExpansion("none"), httpSwagger.DomID("#swagger-ui"), )).Methods(http.MethodGet) ``` ### References Reporter dongguangli from https://www.huoxian.cn/ company ### For more information If you have any questions or comments about this advisory: * Open an issue in [http-swagger](https://github.com/swaggo/http-swagger/issues)

    Affected packages

    Package

    Name: github.com/swaggo/http-swagger

    Purl: pkg:golang/github.com/swaggo/http-swagger

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -1.2.6

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-xg75-q3q5-cqmv | CVE-DB