{ "schema_version": "1.4.0", "id": "GHSA-fqfj-cmh6-hj49", "modified": "2023-07-05T19:06:46Z", "published": "2019-06-13T16:15:56Z", "aliases": [ "CVE-2019-11027" ], "summary": "ruby-openid SSRF via claimed_id request", "details": "Ruby OpenID (aka ruby-openid) through 2.8.0 is vulnerable to SSRF. Ruby-openid performs discovery first, and then verification. This allows an attacker to change the URL used for discovery and trick the server into connecting to the URL, which might be a private server not publicly accessible. Severity can range from medium to critical, depending on how a web application developer chose to employ the ruby-openid library. Developers who based their OpenID integration heavily on the \"example app\" provided by the project are at highest risk.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "affected": [ { "package": { "ecosystem": "RubyGems", "name": "ruby-openid" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "2.9.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11027" }, { "type": "WEB", "url": "https://github.com/openid/ruby-openid/issues/122" }, { "type": "WEB", "url": "https://github.com/openid/ruby-openid/commit/d181a8a2099c64365a1d24b29f6b6b646673a131" }, { "type": "PACKAGE", "url": "https://github.com/openid/ruby-openid" }, { "type": "WEB", "url": "https://github.com/openid/ruby-openid/releases/tag/v2.9.0" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/ruby-openid/CVE-2019-11027.yml" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/10/msg00014.html" }, { "type": "WEB", "url": "https://marc.info/?l=openid-security&m=155154717027534&w=2" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202003-09" } ], "database_specific": { "cwe_ids": [ "CWE-918" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2019-06-13T15:45:16Z", "nvd_published_at": null } }