pysec-2019-123
Vulnerability from pysec
Published
2019-02-20 00:29
Modified
2021-01-20 15:15
Details

SQLAlchemy through 1.2.17 and 1.3.x through 1.3.0b2 allows SQL Injection via the order_by parameter.

Impacted products
Name purl
sqlalchemy pkg:pypi/sqlalchemy



{
   affected: [
      {
         package: {
            ecosystem: "PyPI",
            name: "sqlalchemy",
            purl: "pkg:pypi/sqlalchemy",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "1.2.18",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
         versions: [
            "0.1.0",
            "0.1.1",
            "0.1.2",
            "0.1.3",
            "0.1.4",
            "0.1.5",
            "0.1.6",
            "0.1.7",
            "0.2.0",
            "0.2.1",
            "0.2.2",
            "0.2.3",
            "0.2.4",
            "0.2.5",
            "0.2.6",
            "0.2.7",
            "0.2.8",
            "0.3.0",
            "0.3.1",
            "0.3.2",
            "0.3.3",
            "0.3.4",
            "0.3.5",
            "0.3.6",
            "0.3.7",
            "0.3.8",
            "0.3.9",
            "0.3.10",
            "0.3.11",
            "0.4.0beta1",
            "0.4.0beta2",
            "0.4.0beta3",
            "0.4.0beta4",
            "0.4.0beta5",
            "0.4.0beta6",
            "0.4.0",
            "0.4.1",
            "0.4.2a",
            "0.4.2b",
            "0.4.2",
            "0.4.3",
            "0.4.4",
            "0.4.5",
            "0.4.6",
            "0.4.7",
            "0.4.8",
            "0.5.0beta1",
            "0.5.0beta2",
            "0.5.0beta3",
            "0.5.0rc1",
            "0.5.0rc2",
            "0.5.0rc3",
            "0.5.0rc4",
            "0.5.0",
            "0.5.1",
            "0.5.2",
            "0.5.3",
            "0.5.4",
            "0.5.5",
            "0.5.6",
            "0.5.7",
            "0.5.8",
            "0.6beta1",
            "0.6beta2",
            "0.6beta3",
            "0.6.0",
            "0.6.1",
            "0.6.2",
            "0.6.3",
            "0.6.4",
            "0.6.5",
            "0.6.6",
            "0.6.7",
            "0.6.8",
            "0.6.9",
            "0.7.0",
            "0.7.1",
            "0.7.2",
            "0.7.3",
            "0.7.4",
            "0.7.5",
            "0.7.6",
            "0.7.7",
            "0.7.8",
            "0.7.9",
            "0.7.10",
            "0.8.0b2",
            "0.8.0",
            "0.8.1",
            "0.8.2",
            "0.8.3",
            "0.8.4",
            "0.8.5",
            "0.8.6",
            "0.8.7",
            "0.9.0",
            "0.9.1",
            "0.9.2",
            "0.9.3",
            "0.9.4",
            "0.9.5",
            "0.9.6",
            "0.9.7",
            "0.9.8",
            "0.9.9",
            "0.9.10",
            "1.0.0b1",
            "1.0.0b2",
            "1.0.0b3",
            "1.0.0b4",
            "1.0.0b5",
            "1.0.0",
            "1.0.1",
            "1.0.2",
            "1.0.3",
            "1.0.4",
            "1.0.5",
            "1.0.6",
            "1.0.7",
            "1.0.8",
            "1.0.9",
            "1.0.10",
            "1.0.11",
            "1.0.12",
            "1.0.13",
            "1.0.14",
            "1.0.15",
            "1.0.16",
            "1.0.17",
            "1.0.18",
            "1.0.19",
            "1.1.0b1",
            "1.1.0b2",
            "1.1.0b3",
            "1.1.0",
            "1.1.1",
            "1.1.2",
            "1.1.3",
            "1.1.4",
            "1.1.5",
            "1.1.6",
            "1.1.7",
            "1.1.8",
            "1.1.9",
            "1.1.10",
            "1.1.11",
            "1.1.12",
            "1.1.13",
            "1.1.14",
            "1.1.15",
            "1.1.16",
            "1.1.17",
            "1.1.18",
            "1.2.0b1",
            "1.2.0b2",
            "1.2.0b3",
            "1.2.0",
            "1.2.1",
            "1.2.2",
            "1.2.3",
            "1.2.4",
            "1.2.5",
            "1.2.6",
            "1.2.7",
            "1.2.8",
            "1.2.9",
            "1.2.10",
            "1.2.11",
            "1.2.12",
            "1.2.13",
            "1.2.14",
            "1.2.15",
            "1.2.16",
            "1.2.17",
         ],
      },
   ],
   aliases: [
      "CVE-2019-7164",
      "GHSA-887w-45rq-vxgf",
   ],
   details: "SQLAlchemy through 1.2.17 and 1.3.x through 1.3.0b2 allows SQL Injection via the order_by parameter.",
   id: "PYSEC-2019-123",
   modified: "2021-01-20T15:15:00Z",
   published: "2019-02-20T00:29:00Z",
   references: [
      {
         type: "REPORT",
         url: "https://github.com/sqlalchemy/sqlalchemy/issues/4481",
      },
      {
         type: "WEB",
         url: "https://lists.debian.org/debian-lts-announce/2019/03/msg00020.html",
      },
      {
         type: "ADVISORY",
         url: "https://access.redhat.com/errata/RHSA-2019:0984",
      },
      {
         type: "ADVISORY",
         url: "https://access.redhat.com/errata/RHSA-2019:0981",
      },
      {
         type: "WEB",
         url: "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00087.html",
      },
      {
         type: "WEB",
         url: "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00010.html",
      },
      {
         type: "WEB",
         url: "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00016.html",
      },
      {
         type: "WEB",
         url: "https://www.oracle.com/security-alerts/cpujan2021.html",
      },
      {
         type: "ADVISORY",
         url: "https://github.com/advisories/GHSA-887w-45rq-vxgf",
      },
   ],
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.