CVE-2019-25211 (GCVE-0-2019-25211)
Vulnerability from cvelistv5
Published
2024-06-28 00:00
Modified
2025-03-14 18:16
Severity ?
Summary
parseWildcardRules in Gin-Gonic CORS middleware before 1.6.0 mishandles a wildcard at the end of an origin string, e.g., https://example.community/* is allowed when the intention is that only https://example.com/* should be allowed, and http://localhost.example.com/* is allowed when the intention is that only http://localhost/* should be allowed.
Impacted products
Vendor Product Version
n/a n/a Version: n/a
Show details on NVD website


{
   containers: {
      adp: [
         {
            affected: [
               {
                  cpes: [
                     "cpe:2.3:a:gin-contrib:cors:*:*:*:*:*:*:*:*",
                  ],
                  defaultStatus: "unknown",
                  product: "cors",
                  vendor: "gin-contrib",
                  versions: [
                     {
                        lessThan: "1.6.0",
                        status: "affected",
                        version: "0",
                        versionType: "custom",
                     },
                  ],
               },
            ],
            metrics: [
               {
                  cvssV3_1: {
                     attackComplexity: "LOW",
                     attackVector: "NETWORK",
                     availabilityImpact: "NONE",
                     baseScore: 9.1,
                     baseSeverity: "CRITICAL",
                     confidentialityImpact: "HIGH",
                     integrityImpact: "HIGH",
                     privilegesRequired: "NONE",
                     scope: "UNCHANGED",
                     userInteraction: "NONE",
                     vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
                     version: "3.1",
                  },
               },
               {
                  other: {
                     content: {
                        id: "CVE-2019-25211",
                        options: [
                           {
                              Exploitation: "none",
                           },
                           {
                              Automatable: "yes",
                           },
                           {
                              "Technical Impact": "total",
                           },
                        ],
                        role: "CISA Coordinator",
                        timestamp: "2024-07-09T15:33:30.863031Z",
                        version: "2.0.3",
                     },
                     type: "ssvc",
                  },
               },
            ],
            problemTypes: [
               {
                  descriptions: [
                     {
                        cweId: "CWE-346",
                        description: "CWE-346 Origin Validation Error",
                        lang: "en",
                        type: "CWE",
                     },
                  ],
               },
            ],
            providerMetadata: {
               dateUpdated: "2025-03-14T18:16:31.181Z",
               orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0",
               shortName: "CISA-ADP",
            },
            title: "CISA ADP Vulnrichment",
         },
         {
            providerMetadata: {
               dateUpdated: "2024-08-05T03:00:19.391Z",
               orgId: "af854a3a-2127-422b-91ae-364da2661108",
               shortName: "CVE",
            },
            references: [
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://github.com/gin-contrib/cors/pull/57",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://github.com/gin-contrib/cors/pull/106",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://github.com/gin-contrib/cors/releases/tag/v1.6.0",
               },
               {
                  tags: [
                     "x_transferred",
                  ],
                  url: "https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d",
               },
            ],
            title: "CVE Program Container",
         },
      ],
      cna: {
         affected: [
            {
               product: "n/a",
               vendor: "n/a",
               versions: [
                  {
                     status: "affected",
                     version: "n/a",
                  },
               ],
            },
         ],
         descriptions: [
            {
               lang: "en",
               value: "parseWildcardRules in Gin-Gonic CORS middleware before 1.6.0 mishandles a wildcard at the end of an origin string, e.g., https://example.community/* is allowed when the intention is that only https://example.com/* should be allowed, and http://localhost.example.com/* is allowed when the intention is that only http://localhost/* should be allowed.",
            },
         ],
         problemTypes: [
            {
               descriptions: [
                  {
                     description: "n/a",
                     lang: "en",
                     type: "text",
                  },
               ],
            },
         ],
         providerMetadata: {
            dateUpdated: "2024-06-28T23:38:39.161Z",
            orgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
            shortName: "mitre",
         },
         references: [
            {
               url: "https://github.com/gin-contrib/cors/pull/57",
            },
            {
               url: "https://github.com/gin-contrib/cors/pull/106",
            },
            {
               url: "https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0",
            },
            {
               url: "https://github.com/gin-contrib/cors/releases/tag/v1.6.0",
            },
            {
               url: "https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d",
            },
         ],
      },
   },
   cveMetadata: {
      assignerOrgId: "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
      assignerShortName: "mitre",
      cveId: "CVE-2019-25211",
      datePublished: "2024-06-28T00:00:00.000Z",
      dateReserved: "2024-06-28T00:00:00.000Z",
      dateUpdated: "2025-03-14T18:16:31.181Z",
      state: "PUBLISHED",
   },
   dataType: "CVE_RECORD",
   dataVersion: "5.1",
   "vulnerability-lookup:meta": {
      fkie_nvd: {
         descriptions: "[{\"lang\": \"en\", \"value\": \"parseWildcardRules in Gin-Gonic CORS middleware before 1.6.0 mishandles a wildcard at the end of an origin string, e.g., https://example.community/* is allowed when the intention is that only https://example.com/* should be allowed, and http://localhost.example.com/* is allowed when the intention is that only http://localhost/* should be allowed.\"}, {\"lang\": \"es\", \"value\": \"parseWildcardRules en el middleware Gin-Gonic CORS anterior a 1.6.0 maneja mal un comod\\u00edn al final de una cadena de origen, por ejemplo, https://example.community/* se permite cuando la intenci\\u00f3n es que solo https://example.com/* debe permitirse, y http://localhost.example.com/* est\\u00e1 permitido cuando la intenci\\u00f3n es que solo se debe permitir http://localhost/*.\"}]",
         id: "CVE-2019-25211",
         lastModified: "2024-11-21T04:40:00.980",
         metrics: "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"baseScore\": 9.1, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.2}]}",
         published: "2024-06-29T00:15:02.107",
         references: "[{\"url\": \"https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://github.com/gin-contrib/cors/pull/106\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://github.com/gin-contrib/cors/pull/57\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://github.com/gin-contrib/cors/releases/tag/v1.6.0\", \"source\": \"cve@mitre.org\"}, {\"url\": \"https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/gin-contrib/cors/pull/106\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/gin-contrib/cors/pull/57\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/gin-contrib/cors/releases/tag/v1.6.0\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
         sourceIdentifier: "cve@mitre.org",
         vulnStatus: "Awaiting Analysis",
      },
      nvd: "{\"cve\":{\"id\":\"CVE-2019-25211\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2024-06-29T00:15:02.107\",\"lastModified\":\"2025-03-14T19:15:39.700\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"parseWildcardRules in Gin-Gonic CORS middleware before 1.6.0 mishandles a wildcard at the end of an origin string, e.g., https://example.community/* is allowed when the intention is that only https://example.com/* should be allowed, and http://localhost.example.com/* is allowed when the intention is that only http://localhost/* should be allowed.\"},{\"lang\":\"es\",\"value\":\"parseWildcardRules en el middleware Gin-Gonic CORS anterior a 1.6.0 maneja mal un comodín al final de una cadena de origen, por ejemplo, https://example.community/* se permite cuando la intención es que solo https://example.com/* debe permitirse, y http://localhost.example.com/* está permitido cuando la intención es que solo se debe permitir http://localhost/*.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-346\"}]}],\"references\":[{\"url\":\"https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/gin-contrib/cors/pull/106\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/gin-contrib/cors/pull/57\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/gin-contrib/cors/releases/tag/v1.6.0\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/gin-contrib/cors/pull/106\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/gin-contrib/cors/pull/57\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/gin-contrib/cors/releases/tag/v1.6.0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
      vulnrichment: {
         containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/gin-contrib/cors/pull/57\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/gin-contrib/cors/pull/106\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/gin-contrib/cors/releases/tag/v1.6.0\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-05T03:00:19.391Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2019-25211\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-07-09T15:33:30.863031Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:gin-contrib:cors:*:*:*:*:*:*:*:*\"], \"vendor\": \"gin-contrib\", \"product\": \"cors\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.6.0\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-346\", \"description\": \"CWE-346 Origin Validation Error\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-07-09T15:37:32.460Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://github.com/gin-contrib/cors/pull/57\"}, {\"url\": \"https://github.com/gin-contrib/cors/pull/106\"}, {\"url\": \"https://github.com/gin-contrib/cors/compare/v1.5.0...v1.6.0\"}, {\"url\": \"https://github.com/gin-contrib/cors/releases/tag/v1.6.0\"}, {\"url\": \"https://github.com/gin-contrib/cors/commit/27b723a473efd80d5a498fa9f5933c80204c850d\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"parseWildcardRules in Gin-Gonic CORS middleware before 1.6.0 mishandles a wildcard at the end of an origin string, e.g., https://example.community/* is allowed when the intention is that only https://example.com/* should be allowed, and http://localhost.example.com/* is allowed when the intention is that only http://localhost/* should be allowed.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2024-06-28T23:38:39.161Z\"}}}",
         cveMetadata: "{\"cveId\": \"CVE-2019-25211\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-14T18:16:31.181Z\", \"dateReserved\": \"2024-06-28T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2024-06-28T00:00:00.000Z\", \"assignerShortName\": \"mitre\"}",
         dataType: "CVE_RECORD",
         dataVersion: "5.1",
      },
   },
}


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.