Skip to content

Commit 7ae5945

Browse files
1 parent 359bb0f commit 7ae5945

2 files changed

Lines changed: 103 additions & 0 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-9m84-wc28-w895",
4+
"modified": "2026-03-05T00:42:55Z",
5+
"published": "2026-03-05T00:42:55Z",
6+
"aliases": [],
7+
"summary": "Ghost has incomplete CSRF protections around OTC use",
8+
"details": "### Impact\n\nIncomplete CSRF protections around `/session/verify` made it possible to use OTCs in login sessions different from the requesting session. In some scenarios this might have made it easier for phishers to take over a Ghost site. \n\n### Vulnerable versions\n\nThis vulnerability is present in Ghost from v5.101.6 up to v6.19.2.\n\n### Patches\n\nv6.19.3 contains a fix for this issue.\n\n### How to update\n\nFor self-hosters using Docker, find [Docker's official Ghost image here](https://hub.docker.com/_/ghost). Updating a Docker-based Ghost instance [is documented here](https://docs.ghost.org/install/docker#updating-ghost). \n\nIf a project's Ghost is a Ghost-CLI install see the documentation on [updating it to the latest version here](https://docs.ghost.org/update). \n\n### For more information\n\nIf there are any questions or comments about this advisory, send an email to [security@ghost.org](mailto:security@ghost.org).",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "npm",
19+
"name": "ghost"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "5.101.6"
27+
},
28+
{
29+
"fixed": "6.19.3"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 6.19.2"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/TryGhost/Ghost/security/advisories/GHSA-9m84-wc28-w895"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/TryGhost/Ghost/commit/ec065a774fa125953d2aa644a59cd8990329e0a0"
47+
},
48+
{
49+
"type": "PACKAGE",
50+
"url": "https://github.com/TryGhost/Ghost"
51+
}
52+
],
53+
"database_specific": {
54+
"cwe_ids": [
55+
"CWE-352"
56+
],
57+
"severity": "HIGH",
58+
"github_reviewed": true,
59+
"github_reviewed_at": "2026-03-05T00:42:55Z",
60+
"nvd_published_at": null
61+
}
62+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-xhw7-jhmp-j62j",
4+
"modified": "2026-03-05T00:43:57Z",
5+
"published": "2026-03-05T00:43:57Z",
6+
"aliases": [],
7+
"summary": "`dnp3times` was removed from crates.io due to malicious code",
8+
"details": "The `dnp3times` crate attempted to exfiltrate `.env` files to a server that was in turn impersonating the legitimate `timeapi.io` service. It was loosely trying to typosquat the `dnp3time` crate, but otherwise was the same attack as the recent `time_calibrator` and `time_calibrators` malware.\n\nThe malicious crate had 1 version published on 2026-03-04 approximately 6 hours before removal and had no evidence of actual downloads. There were no crates depending on this crate on crates.io.",
9+
"severity": [],
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "crates.io",
14+
"name": "dnp3times"
15+
},
16+
"ranges": [
17+
{
18+
"type": "ECOSYSTEM",
19+
"events": [
20+
{
21+
"introduced": "0"
22+
}
23+
]
24+
}
25+
]
26+
}
27+
],
28+
"references": [
29+
{
30+
"type": "WEB",
31+
"url": "https://rustsec.org/advisories/RUSTSEC-2026-0032.html"
32+
}
33+
],
34+
"database_specific": {
35+
"cwe_ids": [],
36+
"severity": "CRITICAL",
37+
"github_reviewed": true,
38+
"github_reviewed_at": "2026-03-05T00:43:57Z",
39+
"nvd_published_at": null
40+
}
41+
}

0 commit comments

Comments
 (0)