Auto-Update: 2023-07-04T18:00:50.352017+00:00

This commit is contained in:
cad-safe-bot 2023-07-04 18:00:53 +00:00
parent bd54c2933f
commit 69232a54c4
10 changed files with 246 additions and 21 deletions

View File

@ -2,8 +2,8 @@
"id": "CVE-2022-4297",
"sourceIdentifier": "contact@wpscan.com",
"published": "2023-01-02T22:15:16.813",
"lastModified": "2023-01-09T19:06:13.327",
"vulnStatus": "Analyzed",
"lastModified": "2023-07-04T17:15:09.283",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
@ -65,6 +65,10 @@
}
],
"references": [
{
"url": "http://packetstormsecurity.com/files/173293/WordPress-WP-AutoComplete-Search-1.0.4-SQL-Injection.html",
"source": "contact@wpscan.com"
},
{
"url": "https://wpscan.com/vulnerability/e2dcc76c-65ac-4cd6-a5c9-6d813b5ac26d",
"source": "contact@wpscan.com",

View File

@ -2,8 +2,8 @@
"id": "CVE-2023-21670",
"sourceIdentifier": "product-security@qualcomm.com",
"published": "2023-06-06T08:15:12.663",
"lastModified": "2023-06-21T15:59:14.857",
"vulnStatus": "Analyzed",
"lastModified": "2023-07-04T17:15:09.397",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
@ -5037,6 +5037,10 @@
}
],
"references": [
{
"url": "http://packetstormsecurity.com/files/173296/Qualcomm-Adreno-KGSL-Insecure-Execution.html",
"source": "product-security@qualcomm.com"
},
{
"url": "https://www.qualcomm.com/company/product-security/bulletins/june-2023-bulletin",
"source": "product-security@qualcomm.com",

View File

@ -2,8 +2,8 @@
"id": "CVE-2023-24078",
"sourceIdentifier": "cve@mitre.org",
"published": "2023-02-17T07:15:11.633",
"lastModified": "2023-02-25T04:19:18.783",
"vulnStatus": "Analyzed",
"lastModified": "2023-07-04T17:15:10.567",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
@ -65,6 +65,10 @@
}
],
"references": [
{
"url": "http://packetstormsecurity.com/files/173279/FuguHub-8.1-Remote-Code-Execution.html",
"source": "cve@mitre.org"
},
{
"url": "https://github.com/ojan2021/Fuguhub-8.1-RCE",
"source": "cve@mitre.org",

View File

@ -0,0 +1,28 @@
{
"id": "CVE-2023-31999",
"sourceIdentifier": "support@hackerone.com",
"published": "2023-07-04T17:15:10.657",
"lastModified": "2023-07-04T17:15:10.657",
"vulnStatus": "Received",
"descriptions": [
{
"lang": "en",
"value": "All versions of @fastify/oauth2 used a statically generated state parameter at startup time and were used across all requests for all users. The purpose of the Oauth2 state parameter is to prevent Cross-Site-Request-Forgery attacks. As such, it should be unique per user and should be connected to the user's session in some way that will allow the server to validate it.\r\n\r\nv7.2.0 changes the default behavior to store the state in a cookie with the http-only and same-site=lax attributes set. The state is now by default generated for every user. Note that this contains a breaking change in the checkStateFunction function, which now accepts the full Request object."
}
],
"metrics": {},
"references": [
{
"url": "https://auth0.com/docs/secure/attack-protection/state-parameters",
"source": "support@hackerone.com"
},
{
"url": "https://github.com/fastify/fastify-oauth2/releases/tag/v7.2.0",
"source": "support@hackerone.com"
},
{
"url": "https://hackerone.com/reports/2020418",
"source": "support@hackerone.com"
}
]
}

View File

@ -0,0 +1,84 @@
{
"id": "CVE-2023-3505",
"sourceIdentifier": "cna@vuldb.com",
"published": "2023-07-04T16:15:09.620",
"lastModified": "2023-07-04T16:15:09.620",
"vulnStatus": "Received",
"descriptions": [
{
"lang": "en",
"value": "A vulnerability was found in Onest CRM 1.0. It has been classified as problematic. This affects an unknown part of the file /admin/project/update/2 of the component Project List Handler. The manipulation of the argument name with the input <script>alert(1)</script> leads to cross site scripting. It is possible to initiate the attack remotely. The identifier VDB-232953 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way."
}
],
"metrics": {
"cvssMetricV30": [
{
"source": "cna@vuldb.com",
"type": "Secondary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 3.5,
"baseSeverity": "LOW"
},
"exploitabilityScore": 2.1,
"impactScore": 1.4
}
],
"cvssMetricV2": [
{
"source": "cna@vuldb.com",
"type": "Secondary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:N",
"accessVector": "NETWORK",
"accessComplexity": "LOW",
"authentication": "SINGLE",
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"availabilityImpact": "NONE",
"baseScore": 4.0
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.0,
"impactScore": 2.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"weaknesses": [
{
"source": "cna@vuldb.com",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-79"
}
]
}
],
"references": [
{
"url": "https://vuldb.com/?ctiid.232953",
"source": "cna@vuldb.com"
},
{
"url": "https://vuldb.com/?id.232953",
"source": "cna@vuldb.com"
}
]
}

View File

@ -0,0 +1,84 @@
{
"id": "CVE-2023-3506",
"sourceIdentifier": "cna@vuldb.com",
"published": "2023-07-04T16:15:09.707",
"lastModified": "2023-07-04T16:15:09.707",
"vulnStatus": "Received",
"descriptions": [
{
"lang": "en",
"value": "A vulnerability was found in Active It Zone Active eCommerce CMS 6.5.0. It has been declared as problematic. This vulnerability affects unknown code of the file /ecommerce/support_ticket of the component Create Ticket Page. The manipulation of the argument details with the input <script>alert(1)</script> leads to cross site scripting. The attack can be initiated remotely. VDB-232954 is the identifier assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way."
}
],
"metrics": {
"cvssMetricV30": [
{
"source": "cna@vuldb.com",
"type": "Secondary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 3.5,
"baseSeverity": "LOW"
},
"exploitabilityScore": 2.1,
"impactScore": 1.4
}
],
"cvssMetricV2": [
{
"source": "cna@vuldb.com",
"type": "Secondary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:N",
"accessVector": "NETWORK",
"accessComplexity": "LOW",
"authentication": "SINGLE",
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"availabilityImpact": "NONE",
"baseScore": 4.0
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.0,
"impactScore": 2.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": false
}
]
},
"weaknesses": [
{
"source": "cna@vuldb.com",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-79"
}
]
}
],
"references": [
{
"url": "https://vuldb.com/?ctiid.232954",
"source": "cna@vuldb.com"
},
{
"url": "https://vuldb.com/?id.232954",
"source": "cna@vuldb.com"
}
]
}

View File

@ -2,8 +2,8 @@
"id": "CVE-2023-36346",
"sourceIdentifier": "cve@mitre.org",
"published": "2023-06-23T20:15:09.473",
"lastModified": "2023-06-30T21:13:25.140",
"vulnStatus": "Analyzed",
"lastModified": "2023-07-04T17:15:10.710",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
@ -64,6 +64,10 @@
}
],
"references": [
{
"url": "http://packetstormsecurity.com/files/173280/Sales-Of-Cashier-Goods-1.0-Cross-Site-Scripting.html",
"source": "cve@mitre.org"
},
{
"url": "https://www.youtube.com/watch?v=bbbA-q1syrA",
"source": "cve@mitre.org",

View File

@ -2,8 +2,8 @@
"id": "CVE-2023-36348",
"sourceIdentifier": "cve@mitre.org",
"published": "2023-06-23T20:15:09.517",
"lastModified": "2023-06-30T21:15:15.083",
"vulnStatus": "Analyzed",
"lastModified": "2023-07-04T17:15:10.790",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
@ -64,6 +64,10 @@
}
],
"references": [
{
"url": "http://packetstormsecurity.com/files/173278/POS-Codekop-2.0-Shell-Upload.html",
"source": "cve@mitre.org"
},
{
"url": "https://www.youtube.com/watch?v=Ge0zqY0sGiQ",
"source": "cve@mitre.org",

View File

@ -2,8 +2,8 @@
"id": "CVE-2023-36355",
"sourceIdentifier": "cve@mitre.org",
"published": "2023-06-22T20:15:09.733",
"lastModified": "2023-06-30T13:48:32.287",
"vulnStatus": "Analyzed",
"lastModified": "2023-07-04T17:15:10.850",
"vulnStatus": "Modified",
"descriptions": [
{
"lang": "en",
@ -76,6 +76,10 @@
}
],
"references": [
{
"url": "http://packetstormsecurity.com/files/173294/TP-Link-TL-WR940N-4-Buffer-Overflow.html",
"source": "cve@mitre.org"
},
{
"url": "https://github.com/a101e-IoTvul/iotvul/blob/main/tp-link/9/TP-Link%20TL-WR940N%20wireless%20router%20userRpmWanDynamicIpV6CfgRpm%20buffer%20write%20out-of-bounds%20vulnerability.md",
"source": "cve@mitre.org",

View File

@ -9,13 +9,13 @@ Repository synchronizes with the NVD every 2 hours.
### Last Repository Update
```plain
2023-07-04T16:00:29.181825+00:00
2023-07-04T18:00:50.352017+00:00
```
### Most recent CVE Modification Timestamp synchronized with NVD
```plain
2023-07-04T15:15:09.263000+00:00
2023-07-04T17:15:10.850000+00:00
```
### Last Data Feed Release
@ -29,23 +29,28 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/
### Total Number of included CVEs
```plain
219150
219153
```
### CVEs added in the last Commit
Recently added CVEs: `4`
Recently added CVEs: `3`
* [CVE-2023-2974](CVE-2023/CVE-2023-29xx/CVE-2023-2974.json) (`2023-07-04T14:15:09.473`)
* [CVE-2023-3502](CVE-2023/CVE-2023-35xx/CVE-2023-3502.json) (`2023-07-04T14:15:09.573`)
* [CVE-2023-3503](CVE-2023/CVE-2023-35xx/CVE-2023-3503.json) (`2023-07-04T15:15:09.177`)
* [CVE-2023-3504](CVE-2023/CVE-2023-35xx/CVE-2023-3504.json) (`2023-07-04T15:15:09.263`)
* [CVE-2023-3505](CVE-2023/CVE-2023-35xx/CVE-2023-3505.json) (`2023-07-04T16:15:09.620`)
* [CVE-2023-3506](CVE-2023/CVE-2023-35xx/CVE-2023-3506.json) (`2023-07-04T16:15:09.707`)
* [CVE-2023-31999](CVE-2023/CVE-2023-319xx/CVE-2023-31999.json) (`2023-07-04T17:15:10.657`)
### CVEs modified in the last Commit
Recently modified CVEs: `0`
Recently modified CVEs: `6`
* [CVE-2022-4297](CVE-2022/CVE-2022-42xx/CVE-2022-4297.json) (`2023-07-04T17:15:09.283`)
* [CVE-2023-21670](CVE-2023/CVE-2023-216xx/CVE-2023-21670.json) (`2023-07-04T17:15:09.397`)
* [CVE-2023-24078](CVE-2023/CVE-2023-240xx/CVE-2023-24078.json) (`2023-07-04T17:15:10.567`)
* [CVE-2023-36346](CVE-2023/CVE-2023-363xx/CVE-2023-36346.json) (`2023-07-04T17:15:10.710`)
* [CVE-2023-36348](CVE-2023/CVE-2023-363xx/CVE-2023-36348.json) (`2023-07-04T17:15:10.790`)
* [CVE-2023-36355](CVE-2023/CVE-2023-363xx/CVE-2023-36355.json) (`2023-07-04T17:15:10.850`)
## Download and Usage