Skip to content

Commit

Permalink
1 changes (1 new | 0 updated):
Browse files Browse the repository at this point in the history
      - 1 new CVEs:  CVE-2024-13133
      - 0 updated CVEs:
  • Loading branch information
cvelistV5 Github Action committed Jan 5, 2025
1 parent 4c71f97 commit 2694b8d
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 83 deletions.
148 changes: 148 additions & 0 deletions cves/2024/13xxx/CVE-2024-13133.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
{
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"cveMetadata": {
"cveId": "CVE-2024-13133",
"assignerOrgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
"state": "PUBLISHED",
"assignerShortName": "VulDB",
"dateReserved": "2025-01-04T09:26:24.616Z",
"datePublished": "2025-01-05T05:00:11.551Z",
"dateUpdated": "2025-01-05T05:00:11.551Z"
},
"containers": {
"cna": {
"providerMetadata": {
"orgId": "1af790b2-7ee1-4545-860a-a788eba489b5",
"shortName": "VulDB",
"dateUpdated": "2025-01-05T05:00:11.551Z"
},
"title": "ZeroWdd studentmanager StudentController. java editStudent unrestricted upload",
"problemTypes": [
{
"descriptions": [
{
"type": "CWE",
"cweId": "CWE-434",
"lang": "en",
"description": "Unrestricted Upload"
}
]
},
{
"descriptions": [
{
"type": "CWE",
"cweId": "CWE-284",
"lang": "en",
"description": "Improper Access Controls"
}
]
}
],
"affected": [
{
"vendor": "ZeroWdd",
"product": "studentmanager",
"versions": [
{
"version": "1.0",
"status": "affected"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "A vulnerability, which was classified as critical, has been found in ZeroWdd studentmanager 1.0. This issue affects the function addStudent/editStudent of the file src/main/Java/com/wdd/studentmanager/controller/StudentController. java. The manipulation of the argument file leads to unrestricted upload. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used."
},
{
"lang": "de",
"value": "Eine Schwachstelle wurde in ZeroWdd studentmanager 1.0 entdeckt. Sie wurde als kritisch eingestuft. Dies betrifft die Funktion addStudent/editStudent der Datei src/main/Java/com/wdd/studentmanager/controller/StudentController. java. Mittels dem Manipulieren des Arguments file mit unbekannten Daten kann eine unrestricted upload-Schwachstelle ausgenutzt werden. Der Angriff kann über das Netzwerk passieren. Der Exploit steht zur öffentlichen Verfügung."
}
],
"metrics": [
{
"cvssV4_0": {
"version": "4.0",
"baseScore": 5.3,
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"baseSeverity": "MEDIUM"
}
},
{
"cvssV3_1": {
"version": "3.1",
"baseScore": 6.3,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"baseSeverity": "MEDIUM"
}
},
{
"cvssV3_0": {
"version": "3.0",
"baseScore": 6.3,
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"baseSeverity": "MEDIUM"
}
},
{
"cvssV2_0": {
"version": "2.0",
"baseScore": 6.5,
"vectorString": "AV:N/AC:L/Au:S/C:P/I:P/A:P"
}
}
],
"timeline": [
{
"time": "2025-01-04T00:00:00.000Z",
"lang": "en",
"value": "Advisory disclosed"
},
{
"time": "2025-01-04T01:00:00.000Z",
"lang": "en",
"value": "VulDB entry created"
},
{
"time": "2025-01-04T10:31:34.000Z",
"lang": "en",
"value": "VulDB entry last update"
}
],
"references": [
{
"url": "https://vuldb.com/?id.290207",
"name": "VDB-290207 | ZeroWdd studentmanager StudentController. java editStudent unrestricted upload",
"tags": [
"vdb-entry",
"technical-description"
]
},
{
"url": "https://vuldb.com/?ctiid.290207",
"name": "VDB-290207 | CTI Indicators (IOB, IOC, TTP, IOA)",
"tags": [
"signature",
"permissions-required"
]
},
{
"url": "https://github.com/ZeroWdd/studentmanager/issues/16",
"tags": [
"issue-tracking"
]
},
{
"url": "https://github.com/ZeroWdd/studentmanager/issues/16#issue-2755347097",
"tags": [
"exploit",
"issue-tracking"
]
}
]
}
}
}
10 changes: 5 additions & 5 deletions cves/delta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"fetchTime": "2025-01-05T04:38:13.686Z",
"fetchTime": "2025-01-05T05:03:53.846Z",
"numberOfChanges": 1,
"new": [
{
"cveId": "CVE-2024-13132",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-13132",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/13xxx/CVE-2024-13132.json",
"dateUpdated": "2025-01-05T04:31:04.880Z"
"cveId": "CVE-2024-13133",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-13133",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/13xxx/CVE-2024-13133.json",
"dateUpdated": "2025-01-05T05:00:11.551Z"
}
],
"updated": [],
Expand Down
92 changes: 14 additions & 78 deletions cves/deltaLog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"fetchTime": "2025-01-05T05:03:53.846Z",
"numberOfChanges": 1,
"new": [
{
"cveId": "CVE-2024-13133",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-13133",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/13xxx/CVE-2024-13133.json",
"dateUpdated": "2025-01-05T05:00:11.551Z"
}
],
"updated": [],
"error": []
},
{
"fetchTime": "2025-01-05T04:38:13.686Z",
"numberOfChanges": 1,
Expand Down Expand Up @@ -119011,83 +119025,5 @@
}
],
"error": []
},
{
"fetchTime": "2024-12-06T05:01:28.868Z",
"numberOfChanges": 5,
"new": [],
"updated": [
{
"cveId": "CVE-2023-45727",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2023-45727",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2023/45xxx/CVE-2023-45727.json",
"dateUpdated": "2024-12-06T04:55:29.423Z"
},
{
"cveId": "CVE-2024-11667",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-11667",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/11xxx/CVE-2024-11667.json",
"dateUpdated": "2024-12-06T04:55:25.621Z"
},
{
"cveId": "CVE-2024-11680",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-11680",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/11xxx/CVE-2024-11680.json",
"dateUpdated": "2024-12-06T04:55:28.192Z"
},
{
"cveId": "CVE-2024-51378",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-51378",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/51xxx/CVE-2024-51378.json",
"dateUpdated": "2024-12-06T04:55:26.891Z"
},
{
"cveId": "CVE-2024-9200",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-9200",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/9xxx/CVE-2024-9200.json",
"dateUpdated": "2024-12-06T04:55:23.779Z"
}
],
"error": []
},
{
"fetchTime": "2024-12-06T04:55:26.630Z",
"numberOfChanges": 2,
"new": [],
"updated": [
{
"cveId": "CVE-2024-12053",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-12053",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/12xxx/CVE-2024-12053.json",
"dateUpdated": "2024-12-06T04:55:22.377Z"
},
{
"cveId": "CVE-2024-45717",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-45717",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/45xxx/CVE-2024-45717.json",
"dateUpdated": "2024-12-06T04:55:20.687Z"
}
],
"error": []
},
{
"fetchTime": "2024-12-06T04:41:13.325Z",
"numberOfChanges": 2,
"new": [],
"updated": [
{
"cveId": "CVE-2024-40744",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-40744",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/40xxx/CVE-2024-40744.json",
"dateUpdated": "2024-12-06T04:35:17.196Z"
},
{
"cveId": "CVE-2024-40745",
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-40745",
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/40xxx/CVE-2024-40745.json",
"dateUpdated": "2024-12-06T04:35:22.568Z"
}
],
"error": []
}
]

0 comments on commit 2694b8d

Please sign in to comment.