Publish Advisories

GHSA-m2qf-hxjv-5gpq
GHSA-49mv-vfcp-8gg9
GHSA-8jxm-xp43-qh3q
This commit is contained in:
advisory-database[bot]
2023-06-30 20:24:17 +00:00
parent 63b0a9c754
commit aeb6e8750c
3 changed files with 19 additions and 4 deletions
@@ -96,6 +96,10 @@
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/flask/PYSEC-2023-62.yaml"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2023/dsa-5442"
}
],
"database_specific": {
@@ -1,7 +1,7 @@
{
"schema_version": "1.4.0",
"id": "GHSA-49mv-vfcp-8gg9",
"modified": "2023-06-23T21:38:31Z",
"modified": "2023-06-30T20:23:28Z",
"published": "2023-06-22T21:30:49Z",
"aliases": [
"CVE-2023-35132"
@@ -9,7 +9,10 @@
"summary": "Moodle vulnerable to SQL Injection",
"details": "A limited SQL injection risk was identified on the Mnet SSO access control page. This flaw affects Moodle versions 4.2, 4.1 to 4.1.3, 4.0 to 4.0.8, 3.11 to 3.11.14, 3.9 to 3.9.21 and earlier unsupported versions.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L"
}
],
"affected": [
{
@@ -120,6 +123,14 @@
"type": "PACKAGE",
"url": "https://github.com/moodle/moodle"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7A72KX4WU6GK2CX4TKYFGFASPKOEOJFC/"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I5QAEAGJ44NVXLAJFJXKARKC45OGEDXT/"
},
{
"type": "WEB",
"url": "https://moodle.org/mod/forum/discuss.php?d=447830"
@@ -1,10 +1,10 @@
{
"schema_version": "1.4.0",
"id": "GHSA-8jxm-xp43-qh3q",
"modified": "2023-06-21T22:08:34Z",
"modified": "2023-06-30T20:22:45Z",
"published": "2023-06-21T22:08:34Z",
"aliases": [
"CVE-2023-35170"
"CVE-2023-34758"
],
"summary": "Silver vulnerable to MitM attack against implants due to a cryptography vulnerability",
"details": "### Summary\nThe current cryptography implementation in Sliver up to version 1.5.39 allows a MitM with access to the corresponding implant binary to execute arbitrary codes on implanted devices via intercepted and crafted responses. (Reserved CVE ID: CVE-2023-34758)\n\n### Details\nPlease see [the PoC repo](https://github.com/tangent65536/Slivjacker).\n\n### PoC\nPlease also see [the PoC repo](https://github.com/tangent65536/Slivjacker).\nTo setup a simple PoC environment, \n 1. Generate an implant with its C2 set to the PoC server's address and copy the embedded private implant key and public server key into the config json. \n 2. Run the implant on a separate VM and a `notepad.exe` window should pop up on the implanted VM. \n\n### Impact\nA successful attack grants the attacker permission to execute arbitrary code on the implanted device. \n \n### References\nhttps://github.com/BishopFox/sliver/blob/master/implant/sliver/cryptography/implant.go \nhttps://github.com/BishopFox/sliver/blob/master/implant/sliver/cryptography/crypto.go \nhttps://github.com/tangent65536/Slivjacker \n\n### Credits\n[Ting-Wei Hsieh](https://github.com/tangent65536) from [CHT Security Co. Ltd.](https://www.chtsecurity.com/?lang=en)",