Skip to content

Commit 1f4b2d8

Browse files
committed
Auto-Update: 2025-03-18T09:00:20.355053+00:00
1 parent b4de610 commit 1f4b2d8

File tree

4 files changed

+165
-118
lines changed

4 files changed

+165
-118
lines changed

CVE-2024/CVE-2024-131xx/CVE-2024-13176.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"id": "CVE-2024-13176",
33
"sourceIdentifier": "[email protected]",
44
"published": "2025-01-20T14:15:26.247",
5-
"lastModified": "2025-01-27T21:15:11.907",
5+
"lastModified": "2025-03-18T08:15:10.200",
66
"vulnStatus": "Awaiting Analysis",
77
"cveTags": [],
88
"descriptions": [
99
{
1010
"lang": "en",
11-
"value": "Issue summary: A timing side-channel which could potentially allow recovering\nthe private key exists in the ECDSA signature computation.\n\nImpact summary: A timing side-channel in ECDSA signature computations\ncould allow recovering the private key by an attacker. However, measuring\nthe timing would require either local access to the signing application or\na very fast network connection with low latency.\n\nThere is a timing signal of around 300 nanoseconds when the top word of\nthe inverted ECDSA nonce value is zero. This can happen with significant\nprobability only for some of the supported elliptic curves. In particular\nthe NIST P-521 curve is affected. To be able to measure this leak, the attacker\nprocess must either be located in the same physical computer or must\nhave a very fast network connection with low latency. For that reason\nthe severity of this vulnerability is Low."
11+
"value": "Issue summary: A timing side-channel which could potentially allow recovering\nthe private key exists in the ECDSA signature computation.\n\nImpact summary: A timing side-channel in ECDSA signature computations\ncould allow recovering the private key by an attacker. However, measuring\nthe timing would require either local access to the signing application or\na very fast network connection with low latency.\n\nThere is a timing signal of around 300 nanoseconds when the top word of\nthe inverted ECDSA nonce value is zero. This can happen with significant\nprobability only for some of the supported elliptic curves. In particular\nthe NIST P-521 curve is affected. To be able to measure this leak, the attacker\nprocess must either be located in the same physical computer or must\nhave a very fast network connection with low latency. For that reason\nthe severity of this vulnerability is Low.\n\nThe FIPS modules in 3.4, 3.3, 3.2, 3.1 and 3.0 are affected by this issue."
1212
},
1313
{
1414
"lang": "es",
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"id": "CVE-2025-2262",
3+
"sourceIdentifier": "[email protected]",
4+
"published": "2025-03-18T07:15:33.907",
5+
"lastModified": "2025-03-18T07:15:33.907",
6+
"vulnStatus": "Received",
7+
"cveTags": [],
8+
"descriptions": [
9+
{
10+
"lang": "en",
11+
"value": "The The Logo Slider \u2013 Logo Showcase, Logo Carousel, Logo Gallery and Client Logo Presentation plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 3.7.3. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes."
12+
}
13+
],
14+
"metrics": {
15+
"cvssMetricV31": [
16+
{
17+
"source": "[email protected]",
18+
"type": "Primary",
19+
"cvssData": {
20+
"version": "3.1",
21+
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
22+
"baseScore": 7.3,
23+
"baseSeverity": "HIGH",
24+
"attackVector": "NETWORK",
25+
"attackComplexity": "LOW",
26+
"privilegesRequired": "NONE",
27+
"userInteraction": "NONE",
28+
"scope": "UNCHANGED",
29+
"confidentialityImpact": "LOW",
30+
"integrityImpact": "LOW",
31+
"availabilityImpact": "LOW"
32+
},
33+
"exploitabilityScore": 3.9,
34+
"impactScore": 3.4
35+
}
36+
]
37+
},
38+
"weaknesses": [
39+
{
40+
"source": "[email protected]",
41+
"type": "Primary",
42+
"description": [
43+
{
44+
"lang": "en",
45+
"value": "CWE-862"
46+
}
47+
]
48+
}
49+
],
50+
"references": [
51+
{
52+
"url": "https://plugins.trac.wordpress.org/browser/gs-logo-slider/trunk/includes/shortcode-builder/builder.php#L31",
53+
"source": "[email protected]"
54+
},
55+
{
56+
"url": "https://plugins.trac.wordpress.org/browser/gs-logo-slider/trunk/includes/shortcode-builder/builder.php#L51",
57+
"source": "[email protected]"
58+
},
59+
{
60+
"url": "https://plugins.trac.wordpress.org/browser/gs-logo-slider/trunk/includes/shortcode-builder/builder.php#L65",
61+
"source": "[email protected]"
62+
},
63+
{
64+
"url": "https://plugins.trac.wordpress.org/changeset/3256441/",
65+
"source": "[email protected]"
66+
},
67+
{
68+
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/3c7cc2d2-8de4-453b-b4dc-48f75b151078?source=cve",
69+
"source": "[email protected]"
70+
}
71+
]
72+
}

README.md

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -13,67 +13,41 @@ Repository synchronizes with the NVD every 2 hours.
1313
### Last Repository Update
1414

1515
```plain
16-
2025-03-18T00:55:19.995004+00:00
16+
2025-03-18T09:00:20.355053+00:00
1717
```
1818

1919
### Most recent CVE Modification Timestamp synchronized with NVD
2020

2121
```plain
22-
2025-03-18T00:15:13.393000+00:00
22+
2025-03-18T08:15:10.200000+00:00
2323
```
2424

2525
### Last Data Feed Release
2626

2727
Download and Changelog: [Click](https://github.com/fkie-cad/nvd-json-data-feeds/releases/latest)
2828

2929
```plain
30-
2025-03-17T01:00:04.366888+00:00
30+
2025-03-18T01:00:04.390207+00:00
3131
```
3232

3333
### Total Number of included CVEs
3434

3535
```plain
36-
285571
36+
285572
3737
```
3838

3939
### CVEs added in the last Commit
4040

41-
Recently added CVEs: `77`
42-
43-
- [CVE-2024-56498](CVE-2024/CVE-2024-564xx/CVE-2024-56498.json) (`2025-03-17T23:15:17.177`)
44-
- [CVE-2024-56499](CVE-2024/CVE-2024-564xx/CVE-2024-56499.json) (`2025-03-17T23:15:17.243`)
45-
- [CVE-2024-56500](CVE-2024/CVE-2024-565xx/CVE-2024-56500.json) (`2025-03-17T23:15:17.307`)
46-
- [CVE-2024-56501](CVE-2024/CVE-2024-565xx/CVE-2024-56501.json) (`2025-03-17T23:15:17.367`)
47-
- [CVE-2024-56502](CVE-2024/CVE-2024-565xx/CVE-2024-56502.json) (`2025-03-17T23:15:17.433`)
48-
- [CVE-2024-56503](CVE-2024/CVE-2024-565xx/CVE-2024-56503.json) (`2025-03-17T23:15:17.493`)
49-
- [CVE-2024-56504](CVE-2024/CVE-2024-565xx/CVE-2024-56504.json) (`2025-03-17T23:15:17.553`)
50-
- [CVE-2024-56505](CVE-2024/CVE-2024-565xx/CVE-2024-56505.json) (`2025-03-17T23:15:17.610`)
51-
- [CVE-2024-56506](CVE-2024/CVE-2024-565xx/CVE-2024-56506.json) (`2025-03-17T23:15:17.670`)
52-
- [CVE-2025-2420](CVE-2025/CVE-2025-24xx/CVE-2025-2420.json) (`2025-03-17T23:15:18.723`)
53-
- [CVE-2025-2471](CVE-2025/CVE-2025-24xx/CVE-2025-2471.json) (`2025-03-18T00:15:13.030`)
54-
- [CVE-2025-2472](CVE-2025/CVE-2025-24xx/CVE-2025-2472.json) (`2025-03-18T00:15:13.220`)
55-
- [CVE-2025-2473](CVE-2025/CVE-2025-24xx/CVE-2025-2473.json) (`2025-03-18T00:15:13.393`)
56-
- [CVE-2025-27760](CVE-2025/CVE-2025-277xx/CVE-2025-27760.json) (`2025-03-17T23:15:17.740`)
57-
- [CVE-2025-27761](CVE-2025/CVE-2025-277xx/CVE-2025-27761.json) (`2025-03-17T23:15:17.807`)
58-
- [CVE-2025-27762](CVE-2025/CVE-2025-277xx/CVE-2025-27762.json) (`2025-03-17T23:15:17.863`)
59-
- [CVE-2025-27763](CVE-2025/CVE-2025-277xx/CVE-2025-27763.json) (`2025-03-17T23:15:17.927`)
60-
- [CVE-2025-27764](CVE-2025/CVE-2025-277xx/CVE-2025-27764.json) (`2025-03-17T23:15:17.990`)
61-
- [CVE-2025-27765](CVE-2025/CVE-2025-277xx/CVE-2025-27765.json) (`2025-03-17T23:15:18.050`)
62-
- [CVE-2025-27766](CVE-2025/CVE-2025-277xx/CVE-2025-27766.json) (`2025-03-17T23:15:18.107`)
63-
- [CVE-2025-27767](CVE-2025/CVE-2025-277xx/CVE-2025-27767.json) (`2025-03-17T23:15:18.173`)
64-
- [CVE-2025-27768](CVE-2025/CVE-2025-277xx/CVE-2025-27768.json) (`2025-03-17T23:15:18.237`)
65-
- [CVE-2025-29911](CVE-2025/CVE-2025-299xx/CVE-2025-29911.json) (`2025-03-17T23:15:18.293`)
66-
- [CVE-2025-29912](CVE-2025/CVE-2025-299xx/CVE-2025-29912.json) (`2025-03-17T23:15:18.450`)
67-
- [CVE-2025-29913](CVE-2025/CVE-2025-299xx/CVE-2025-29913.json) (`2025-03-17T23:15:18.590`)
41+
Recently added CVEs: `1`
42+
43+
- [CVE-2025-2262](CVE-2025/CVE-2025-22xx/CVE-2025-2262.json) (`2025-03-18T07:15:33.907`)
6844

6945

7046
### CVEs modified in the last Commit
7147

72-
Recently modified CVEs: `3`
48+
Recently modified CVEs: `1`
7349

74-
- [CVE-2022-41545](CVE-2022/CVE-2022-415xx/CVE-2022-41545.json) (`2025-03-18T00:15:11.723`)
75-
- [CVE-2023-22512](CVE-2023/CVE-2023-225xx/CVE-2023-22512.json) (`2025-03-17T23:15:16.143`)
76-
- [CVE-2025-0116](CVE-2025/CVE-2025-01xx/CVE-2025-0116.json) (`2025-03-18T00:15:12.860`)
50+
- [CVE-2024-13176](CVE-2024/CVE-2024-131xx/CVE-2024-13176.json) (`2025-03-18T08:15:10.200`)
7751

7852

7953
## Download and Usage

0 commit comments

Comments
 (0)