Auto-Update: 2024-05-18T12:00:39.639975+00:00

This commit is contained in:
cad-safe-bot 2024-05-18 12:03:30 +00:00
parent 4ba13d02ff
commit c54418369d
4 changed files with 115 additions and 14 deletions

View File

@ -0,0 +1,47 @@
{
"id": "CVE-2024-3658",
"sourceIdentifier": "security@wordfence.com",
"published": "2024-05-18T10:15:07.053",
"lastModified": "2024-05-18T10:15:07.053",
"vulnStatus": "Received",
"descriptions": [
{
"lang": "en",
"value": "The Build App Online plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 1.0.21. This is due to missing authentication checking in the 'set_user_cart' function with the 'user_id' header value. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they have access to the user id."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "security@wordfence.com",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
]
},
"references": [
{
"url": "https://plugins.trac.wordpress.org/browser/build-app-online/tags/1.0.21/public/class-build-app-online-public.php#L814",
"source": "security@wordfence.com"
},
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/65d423ad-da51-4616-860d-2b9354d44147?source=cve",
"source": "security@wordfence.com"
}
]
}

View File

@ -0,0 +1,55 @@
{
"id": "CVE-2024-4432",
"sourceIdentifier": "security@wordfence.com",
"published": "2024-05-18T10:15:08.170",
"lastModified": "2024-05-18T10:15:08.170",
"vulnStatus": "Received",
"descriptions": [
{
"lang": "en",
"value": "The Piotnet Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's widgets in all versions up to, and including, 2.4.26 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "security@wordfence.com",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "CHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 6.4,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 3.1,
"impactScore": 2.7
}
]
},
"references": [
{
"url": "https://plugins.trac.wordpress.org/browser/piotnet-addons-for-elementor/trunk/widgets/pafe-before-after-image-comparison-slider.php#L195",
"source": "security@wordfence.com"
},
{
"url": "https://plugins.trac.wordpress.org/browser/piotnet-addons-for-elementor/trunk/widgets/pafe-table.php#L195",
"source": "security@wordfence.com"
},
{
"url": "https://plugins.trac.wordpress.org/changeset/3087322/",
"source": "security@wordfence.com"
},
{
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/4f65a7df-acb5-4b5b-8867-986ce9930e3f?source=cve",
"source": "security@wordfence.com"
}
]
}

View File

@ -13,13 +13,13 @@ Repository synchronizes with the NVD every 2 hours.
### Last Repository Update
```plain
2024-05-18T10:00:38.200587+00:00
2024-05-18T12:00:39.639975+00:00
```
### Most recent CVE Modification Timestamp synchronized with NVD
```plain
2024-05-18T08:15:08.410000+00:00
2024-05-18T10:15:08.170000+00:00
```
### Last Data Feed Release
@ -33,18 +33,15 @@ Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/
### Total Number of included CVEs
```plain
250635
250637
```
### CVEs added in the last Commit
Recently added CVEs: `5`
Recently added CVEs: `2`
- [CVE-2024-2771](CVE-2024/CVE-2024-27xx/CVE-2024-2771.json) (`2024-05-18T08:15:06.413`)
- [CVE-2024-2772](CVE-2024/CVE-2024-27xx/CVE-2024-2772.json) (`2024-05-18T08:15:07.393`)
- [CVE-2024-2782](CVE-2024/CVE-2024-27xx/CVE-2024-2782.json) (`2024-05-18T08:15:07.727`)
- [CVE-2024-4698](CVE-2024/CVE-2024-46xx/CVE-2024-4698.json) (`2024-05-18T08:15:08.090`)
- [CVE-2024-4709](CVE-2024/CVE-2024-47xx/CVE-2024-4709.json) (`2024-05-18T08:15:08.410`)
- [CVE-2024-3658](CVE-2024/CVE-2024-36xx/CVE-2024-3658.json) (`2024-05-18T10:15:07.053`)
- [CVE-2024-4432](CVE-2024/CVE-2024-44xx/CVE-2024-4432.json) (`2024-05-18T10:15:08.170`)
### CVEs modified in the last Commit

View File

@ -245832,10 +245832,10 @@ CVE-2024-27703,0,0,2b79380c63baf4bc3c9abfadfdc13a8325f8dae30b340951dc89a1b9f1e8f
CVE-2024-27705,0,0,3d747f0757e381b42c2775f784e825713efa67635f4ff8b104a1a16be5b625e5,2024-04-04T12:48:41.700000
CVE-2024-27706,0,0,c91aee23aaa0ed501da15123d608c9d5855bcbcff43faab8a1a227af822acd84,2024-04-04T12:48:41.700000
CVE-2024-27707,0,0,bd4780ccfe95d75b10e00a8c73b93480b3348a16006d364b38b5efca7ebc67cb,2024-03-08T14:02:57.420000
CVE-2024-2771,1,1,f48dfafe8b27a7d7d6c3d9563c9c1a447fbff5d8e6523f6e87124238b2cc6fc0,2024-05-18T08:15:06.413000
CVE-2024-2771,0,0,f48dfafe8b27a7d7d6c3d9563c9c1a447fbff5d8e6523f6e87124238b2cc6fc0,2024-05-18T08:15:06.413000
CVE-2024-27718,0,0,55b4fe5eceb765847e8b5fde530c7383b01c4bd9d6322c23b03086464d536a04,2024-03-05T13:41:01.900000
CVE-2024-27719,0,0,af4ad9f7aa618fdf95594199c2170305427044874004c69062178d9da2af7882,2024-03-28T20:53:20.813000
CVE-2024-2772,1,1,c5ed555358e304713e473da295597086d774c2aeeaff112a97d14b5ebcc47e2d,2024-05-18T08:15:07.393000
CVE-2024-2772,0,0,c5ed555358e304713e473da295597086d774c2aeeaff112a97d14b5ebcc47e2d,2024-05-18T08:15:07.393000
CVE-2024-2773,0,0,cd9d9ba8e4be968bc2651353aa5040f75149c9dd887285d84c4d2dd525690a2b,2024-05-17T02:38:29.487000
CVE-2024-27733,0,0,8d363cf969790e7f98247f28db2e0a162d296bdeea0f77bb77693ca2f7a6137e,2024-03-08T14:02:57.420000
CVE-2024-27734,0,0,beea65252cc94a0d0f3bdddbf9c1d315f78023e25f1447b83e1012950b402076,2024-03-01T22:22:25.913000
@ -245879,7 +245879,7 @@ CVE-2024-27810,0,0,6049fb646b1808a590530e8c485a46aeb953f07218d01a51b5c58ac62d04a
CVE-2024-27813,0,0,e93d3b51e68bf205b4b1c508cd48008dc03bd28824930bac8a04f10d4017bef9,2024-05-14T16:13:02.773000
CVE-2024-27816,0,0,93d01dc7c7a6ed7031e919296e0389610cf0f3dc5c2bdbef40477594f06baf0e,2024-05-14T16:13:02.773000
CVE-2024-27818,0,0,33cd4327be0946f648f3e3d2f260554c2856c43b480e8910a082b212ce2aab89,2024-05-14T16:13:02.773000
CVE-2024-2782,1,1,bca5eeb9f2507ceff30a34591a3116da9e01734a9fe1084995513bac68239637,2024-05-18T08:15:07.727000
CVE-2024-2782,0,0,bca5eeb9f2507ceff30a34591a3116da9e01734a9fe1084995513bac68239637,2024-05-18T08:15:07.727000
CVE-2024-27821,0,0,10bfe137689a8ac4e87a7ec9128fe810269e1ef2911faf4af0aa3df2bae5e5fe,2024-05-14T16:13:02.773000
CVE-2024-27822,0,0,e423504b6a3679d0a91f0393931e0ba5e5c72b72be3d6fa1589508a9c0463a7c,2024-05-14T16:13:02.773000
CVE-2024-27824,0,0,b005865c04ecea07f717ce69bf9c1d252b7f48b1c26ffa97851c12adbf90cc17,2024-05-14T16:13:02.773000
@ -249859,6 +249859,7 @@ CVE-2024-3649,0,0,969867829e20da4acc88ade671a27808c021dddbe3e27e051d2004e683670e
CVE-2024-3650,0,0,e078ac649d7d0d133fe9598e10336739bc9d365236ed72d408805e3868c3d439,2024-05-02T18:00:37.360000
CVE-2024-3652,0,0,455dabb71414a7592172807b25da69c5818ecc78456d9f87c63904d4c0988a33,2024-05-01T17:15:37.793000
CVE-2024-3654,0,0,954800a828ed246c147def14a6599156bd18a3e2cc72072dd62b0ab02b4bbf53,2024-04-19T16:19:49.043000
CVE-2024-3658,1,1,85c8e302d10530867d17831f2a8a9db1b3748f8a90a32ae2874ea05824b6a9a2,2024-05-18T10:15:07.053000
CVE-2024-3660,0,0,27de83d41a96740d974951cfc0f4ab32e626a768053ae4e7908802eefe823936,2024-04-17T12:48:31.863000
CVE-2024-3661,0,0,b665f3ebe2f700b6f4e02ebfa9bd2f64cd39c43e37b9374c2fdfbf4a8d208373,2024-05-08T22:15:49.103000
CVE-2024-3662,0,0,aac492e0cb08799a7f888c46af5bedb595fa2e9ad6dc15c21be50e9dae70066e,2024-04-15T13:15:31.997000
@ -250310,6 +250311,7 @@ CVE-2024-4423,0,0,c68bdd6c81516b5d782c4ee3fbbe5b2bf744e1c9983a7ff1197e072f3345dc
CVE-2024-4424,0,0,882d4c05f22679d1e7c8d23c89265de36ccd85e731af617a9cdf647a6c9d103a,2024-05-14T16:11:39.510000
CVE-2024-4425,0,0,07dd821e653ff62193af5ddc4dc51f29093de3c401c9cdc838640c651bc39932,2024-05-14T16:11:39.510000
CVE-2024-4430,0,0,a49a87a5b61bbfdb0f8f8de9e513136caee989716d985a1e5d0129aaab502900,2024-05-14T16:11:39.510000
CVE-2024-4432,1,1,211b9383dc15b50f93559febe9604d77527b9a850fb723ef0cee28f8638d9ede,2024-05-18T10:15:08.170000
CVE-2024-4433,0,0,a671ce2518271e49fdeb5cf5eaca489e751e352fe28902a9e3a1500395ee9006,2024-05-02T18:00:37.360000
CVE-2024-4434,0,0,6ce8588dcb09d24516d51745d41830804eb9dfb8e93d3b81a0fe4a188036e50f,2024-05-14T16:11:39.510000
CVE-2024-4436,0,0,64033ee8163e93734d3356c76b1219aa507b767e43c629d466579eff9eca6a17,2024-05-08T13:15:00.690000
@ -250455,11 +250457,11 @@ CVE-2024-4687,0,0,5959def1b7bdf7125a357f3c153983f3d5ac8d6eae818fc6bf7591d3c2beaf
CVE-2024-4688,0,0,5209c8e598df4232c95422a32cff4b63e70cf2beafa2b8b363e44607e8b05dd2,2024-05-17T02:40:33.500000
CVE-2024-4689,0,0,dc95d8f4f9f77b231313911514e3d3b97848c495dee3874d04a472dce094765c,2024-05-14T16:11:39.510000
CVE-2024-4693,0,0,8b202b0a3d7cdbe460ad8fc60aa4dcd9510713b61e0c7f4c4b9991496781ed47,2024-05-14T16:11:39.510000
CVE-2024-4698,1,1,7afeecf374e74ed68acbb90f514746a29c3d2ddf739b7509d472ab8451f732b4,2024-05-18T08:15:08.090000
CVE-2024-4698,0,0,7afeecf374e74ed68acbb90f514746a29c3d2ddf739b7509d472ab8451f732b4,2024-05-18T08:15:08.090000
CVE-2024-4699,0,0,21634a770b960d22aa24dc1f0ea343763012f9507287610a68f5378061204954,2024-05-17T02:40:33.683000
CVE-2024-4701,0,0,761d41a28193a1e33042d464e0d5792093f168eb245e7d1be80e9000538f9ccc,2024-05-14T16:11:39.510000
CVE-2024-4702,0,0,391d02c5718dd442c026ca8f3973c4fe10894f8eeb54175158dc44cd7ef50d4a,2024-05-15T16:40:19.330000
CVE-2024-4709,1,1,6b9bcdc3f820c2f44c00c34efd751e32fefc629519574390fc89a6064355596b,2024-05-18T08:15:08.410000
CVE-2024-4709,0,0,6b9bcdc3f820c2f44c00c34efd751e32fefc629519574390fc89a6064355596b,2024-05-18T08:15:08.410000
CVE-2024-4712,0,0,1b096c388f37a8dc235e93a130297376c1188074ec6b9a37b1819e757fb63d04,2024-05-14T16:11:39.510000
CVE-2024-4713,0,0,63c8fe02e071c01e10e60f543cd0776ed83adea75c2d063179e2f75e75c30c3b,2024-05-17T02:40:33.880000
CVE-2024-4714,0,0,4e7ff77f8284c93c8758bb989744763ec5c4cb8551eeb8d726beabface4981b3,2024-05-17T02:40:33.983000

Can't render this file because it is too large.