ghsa-3vp4-m3rf-835h
Vulnerability from github
Published
2023-05-04 06:30
Modified
2023-05-11 14:03
Severity ?
Summary
Improper input validation in github.com/gin-gonic/gin
Details
Versions of the package github.com/gin-gonic/gin before version 1.9.0 are vulnerable to Improper Input Validation by allowing an attacker to use a specially crafted request via the X-Forwarded-Prefix header, potentially leading to cache poisoning.
Note: Although this issue does not pose a significant threat on its own it can serve as an input vector for other more impactful vulnerabilities. However, successful exploitation may depend on the server configuration and whether the header is used in the application logic.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/gin-gonic/gin" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.9.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-26125" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": true, "github_reviewed_at": "2023-05-05T02:20:00Z", "nvd_published_at": "2023-05-04T05:15:09Z", "severity": "MODERATE" }, "details": "Versions of the package github.com/gin-gonic/gin before version 1.9.0 are vulnerable to Improper Input Validation by allowing an attacker to use a specially crafted request via the X-Forwarded-Prefix header, potentially leading to cache poisoning.\n\n**Note:** Although this issue does not pose a significant threat on its own it can serve as an input vector for other more impactful vulnerabilities. However, successful exploitation may depend on the server configuration and whether the header is used in the application logic.", "id": "GHSA-3vp4-m3rf-835h", "modified": "2023-05-11T14:03:52Z", "published": "2023-05-04T06:30:12Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26125" }, { "type": "WEB", "url": "https://github.com/gin-gonic/gin/pull/3500" }, { "type": "WEB", "url": "https://github.com/gin-gonic/gin/pull/3503" }, { "type": "WEB", "url": "https://github.com/t0rchwo0d/gin/commit/fd9f98e70fb4107ee68c783482d231d35e60507b" }, { "type": "PACKAGE", "url": "https://github.com/gin-gonic/gin" }, { "type": "WEB", "url": "https://github.com/gin-gonic/gin/releases/tag/v1.9.0" }, { "type": "WEB", "url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMGINGONICGIN-3324285" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "type": "CVSS_V3" } ], "summary": "Improper input validation in github.com/gin-gonic/gin" }
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.