QID 570092

QID 570092: Query String Present in Path Definition

Swagger file can contain one or more paths. The paths mentioned in swagger file are relative to the API server. API exposes the paths which are endpoints. Specific operations which are the HTTP methods(GET, POST,etc) are defined on each paths. Users are allowed to input operation parameters via path, query string, headers, and cookies. Path definition should contain strings and should not contain a query string. Query string should be defined in path parameters. Swagger file was analyzed and determined that query string was present in the path definition.

Swagger file was determined not to be compatible with swagger specification and will result in an error.

  • CVSS V3 rated as High - 6.3 severity.
  • CVSS V2 rated as Medium - 3.6 severity.
  • Solution
    Review the swagger definition and remove the query strings from paths definition. Add them as path parameters. For example:

    paths: /bank/{account}/{savings}: get: parameters: - in: query name: "account" - in: query name: "savings"

    Vendor References

    CVEs related to QID 570092

    Software Advisories
    Advisory ID Software Component Link

    © CVE.report 2026

    Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

    CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

    Free CVE JSON API cve.report/api

    CVE.report and Source URL Uptime Status status.cve.report