Publish Advisories

GHSA-7225-m954-23v7
GHSA-ffp2-8p2h-4m5j
GHSA-j5hq-5jcr-xwx7
This commit is contained in:
advisory-database[bot]
2024-11-20 18:25:19 +00:00
parent 91cfba1615
commit cd75583aee
3 changed files with 183 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,57 @@
{
"schema_version": "1.4.0",
"id": "GHSA-ffp2-8p2h-4m5j",
"modified": "2024-11-20T18:24:28Z",
"published": "2024-11-20T18:24:28Z",
"aliases": [
"CVE-2024-52796"
],
"summary": "Password Pusher rate limiter can be bypassed by forging proxy headers",
"details": "### Impact\n\nPassword Pusher comes with a configurable rate limiter. In versions prior to [v1.49.0](https://github.com/pglombardo/PasswordPusher/releases/tag/v1.49.0), the rate limiter could be bypassed by forging proxy headers allowing bad actors to send unlimited traffic to the site potentially causing a denial of service.\n\n\n### Patches\n\nIn [v1.49.0](https://github.com/pglombardo/PasswordPusher/releases/tag/v1.49.0), a fix was implemented to only authorize proxies on local IPs which resolves this issue.\n\nIf you are running a remote proxy, please see [this documentation](https://docs.pwpush.com/docs/proxies/#trusted-proxies) on how to authorize the IP address of your remote proxy.\n\n### Workarounds\n\nIt is highly suggested to upgrade to at least [v1.49.0](https://github.com/pglombardo/PasswordPusher/releases/tag/v1.49.0) to mitigate this risk.\n\nIf for some reason you cannot immediately upgrade, the alternative is that you can add rules to your proxy and/or firewall to not accept external proxy headers such as `X-Forwarded-*` from clients.\n\n### References\n\nThe new settings are [configurable to authorize remote proxies](https://docs.pwpush.com/docs/proxies/#trusted-proxies).\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
}
],
"affected": [
{
"package": {
"ecosystem": "RubyGems",
"name": "pwpush"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.49.0"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/pglombardo/PasswordPusher/security/advisories/GHSA-ffp2-8p2h-4m5j"
},
{
"type": "PACKAGE",
"url": "https://github.com/pglombardo/PasswordPusher"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-11-20T18:24:28Z",
"nvd_published_at": null
}
}
File diff suppressed because one or more lines are too long