Publish Advisories

GHSA-65f3-3278-7m65
GHSA-gw5h-h6hj-f56g
GHSA-hxq4-mx37-fqvg
This commit is contained in:
advisory-database[bot]
2023-06-30 22:12:13 +00:00
parent 083b98a090
commit 734b6fe405
3 changed files with 82 additions and 8 deletions
@@ -1,13 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-65f3-3278-7m65",
"modified": "2022-03-14T22:58:34Z",
"modified": "2023-06-30T22:10:59Z",
"published": "2022-03-12T00:00:34Z",
"withdrawn": "2023-06-30T22:10:59Z",
"aliases": [
"CVE-2022-0871"
],
"summary": "Improper Authorization in Gogs",
"details": "### Impact\n\nExpired PAM accounts and accounts with expired passwords are continued to be seen as valid. Installations use PAM as authentication sources are affected.\n\n### Patches\n\nExpired PAM accounts and accounts with expired passwords are no longer being seen as valid. Users should upgrade to 0.12.5 or the latest 0.13.0+dev.\n\n### Workarounds\n\nIn addition to marking PAM accounts as expired, also disable/lock them. Running `usermod -L <username>` will add an exclamation mark to the password hash and would result in wrong passwords responses when trying to login. \n\n### References\n\nhttps://huntr.dev/bounties/ea82cfc9-b55c-41fe-ae58-0d0e0bd7ab62/\n\n### For more information\n\nIf you have any questions or comments about this advisory, please post on https://github.com/gogs/gogs/issues/6810.\n",
"summary": "Duplicate Advisory: Improper Authorization in Gogs",
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-gw5h-h6hj-f56g. This link is maintained to preserve external references.\n\n## Original Description\n### Impact\n\nExpired PAM accounts and accounts with expired passwords are continued to be seen as valid. Installations use PAM as authentication sources are affected.\n\n### Patches\n\nExpired PAM accounts and accounts with expired passwords are no longer being seen as valid. Users should upgrade to 0.12.5 or the latest 0.13.0+dev.\n\n### Workarounds\n\nIn addition to marking PAM accounts as expired, also disable/lock them. Running `usermod -L <username>` will add an exclamation mark to the password hash and would result in wrong passwords responses when trying to login. \n\n### References\n\nhttps://huntr.dev/bounties/ea82cfc9-b55c-41fe-ae58-0d0e0bd7ab62/\n\n### For more information\n\nIf you have any questions or comments about this advisory, please post on https://github.com/gogs/gogs/issues/6810.\n",
"severity": [
{
"type": "CVSS_V3",
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-gw5h-h6hj-f56g",
"modified": "2022-03-14T22:58:37Z",
"modified": "2023-06-30T22:11:07Z",
"published": "2022-03-14T22:58:37Z",
"aliases": [
"CVE-2022-0871"
],
"summary": "Improper Authorization in Gogs",
"summary": "Gogs vulnerable to improper PAM authorization handling",
"details": "### Impact\n\nExpired PAM accounts and accounts with expired passwords are continued to be seen as valid. Installations use PAM as authentication sources are affected.\n\n### Patches\n\nExpired PAM accounts and accounts with expired passwords are no longer being seen as valid. Users should upgrade to 0.12.5 or the latest 0.13.0+dev.\n\n### Workarounds\n\nIn addition to marking PAM accounts as expired, also disable/lock them. Running `usermod -L <username>` will add an exclamation mark to the password hash and would result in wrong passwords responses when trying to login. \n\n### References\n\nhttps://huntr.dev/bounties/ea82cfc9-b55c-41fe-ae58-0d0e0bd7ab62/\n\n### For more information\n\nIf you have any questions or comments about this advisory, please post on https://github.com/gogs/gogs/issues/6810.\n",
"severity": [
{
@@ -40,6 +40,14 @@
"type": "WEB",
"url": "https://github.com/gogs/gogs/security/advisories/GHSA-gw5h-h6hj-f56g"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0871"
},
{
"type": "WEB",
"url": "https://github.com/gogs/gogs/issues/6810"
},
{
"type": "WEB",
"url": "https://github.com/gogs/gogs/commit/64102be2c90e1b47dbdd379873ba76c80d4b0e78"
@@ -55,7 +63,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-285"
"CWE-862"
],
"severity": "HIGH",
"github_reviewed": true,
@@ -0,0 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-hxq4-mx37-fqvg",
"modified": "2023-06-30T22:11:42Z",
"published": "2023-06-30T22:11:42Z",
"aliases": [
],
"summary": "s2n-quic potential denial of service vulnerability when receiving empty UDP packets",
"details": "### Impact\n\nAn issue in s2n-quic results in the endpoint shutting down after receiving an empty UDP packet on a connection. \n\nNo AWS services are affected by this issue and customers of AWS services do not need to take action. Applications using s2n-quic should upgrade their application to the most recent release of s2n-quic.\n\nImpacted version: s2n-quic v1.22.0.\n\n### Patches\n\nThe patch is included in s2n-quic [v1.23.0](https://github.com/aws/s2n-quic/releases/tag/v1.23.0).\n\nIf you have any questions or comments about this advisory we ask that you contact AWS/Amazon Security via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting) or directly via email to [aws-security@amazon.com](mailto:aws-security@amazon.com). Please do not create a public GitHub issue.\n",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "s2n-quic"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.22.0"
},
{
"fixed": "1.23.0"
}
]
}
],
"versions": [
"1.22.0"
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/aws/s2n-quic/security/advisories/GHSA-hxq4-mx37-fqvg"
},
{
"type": "WEB",
"url": "https://github.com/aws/s2n-quic/commit/4b1d417e9de7eafaf5350553c5fcb9264dfa32f5"
},
{
"type": "PACKAGE",
"url": "https://github.com/aws/s2n-quic"
},
{
"type": "WEB",
"url": "https://github.com/aws/s2n-quic/releases/tag/v1.23.0"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2023-06-30T22:11:42Z",
"nvd_published_at": null
}
}