All the vulnerabilites related to HabitRPG - habatica
cve-2024-53272
Vulnerability from cvelistv5
Published
2024-12-11 22:06
Modified
2024-12-11 22:13
Severity ?
EPSS score ?
Summary
GHSL-2024-109: Reflected XSS in /login in habitica
References
▼ | URL | Tags |
---|---|---|
https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/ | x_refsource_CONFIRM | |
https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf | x_refsource_MISC |
{ "containers": { "cna": { "affected": [ { "product": "habatica", "vendor": "HabitRPG", "versions": [ { "status": "affected", "version": "\u003c 5.28.5" } ] } ], "descriptions": [ { "lang": "en", "value": "Habitica is an open-source habit-building program. Versions prior to 5.28.5 are vulnerable to reflected cross-site scripting. The `login` and `social media` function in `RegisterLoginReset.vue` contains two reflected XSS vulnerabilities due to an incorrect sanitization function. An attacker can specify a malicious `redirectTo` parameter to trigger the vulnerability, giving the attacker control of the victim\u2019s account when a victim registers or logins with a specially crafted link. Version 5.28.5 contains a patch." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "LOW", "attackRequirements": "NONE", "attackVector": "NETWORK", "baseScore": 5, "baseSeverity": "MEDIUM", "privilegesRequired": "NONE", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "HIGH", "userInteraction": "ACTIVE", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:H/SA:N/E:P", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-11T22:13:09.822Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/", "tags": [ "x_refsource_CONFIRM" ], "url": "https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/" }, { "name": "https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf" } ], "source": { "advisory": "GHSA-gx92-46gx-mgrv", "discovery": "UNKNOWN" }, "title": "GHSL-2024-109: Reflected XSS in /login in habitica" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-53272", "datePublished": "2024-12-11T22:06:56.331Z", "dateReserved": "2024-11-19T20:08:14.482Z", "dateUpdated": "2024-12-11T22:13:09.822Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-53274
Vulnerability from cvelistv5
Published
2024-12-11 22:16
Modified
2024-12-11 22:16
Severity ?
EPSS score ?
Summary
GHSL-2024-111: Reflected XSS in /home in habitica
References
▼ | URL | Tags |
---|---|---|
https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/ | x_refsource_CONFIRM | |
https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf | x_refsource_MISC |
{ "containers": { "cna": { "affected": [ { "product": "habatica", "vendor": "HabitRPG", "versions": [ { "status": "affected", "version": "\u003c 5.28.5" } ] } ], "descriptions": [ { "lang": "en", "value": "Habitica is an open-source habit-building program. Versions prior to 5.28.5 are vulnerable to reflected cross-site scripting. The `register` function in `home.vue` containsa reflected XSS vulnerability due to an incorrect sanitization function. An attacker can specify a malicious `redirectTo` parameter to trigger the vulnerability. Arbitrary javascript can be executed by the attacker in the context of the victim\u2019s session. Version 5.28.5 contains a patch." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "LOW", "attackRequirements": "NONE", "attackVector": "NETWORK", "baseScore": 2, "baseSeverity": "LOW", "privilegesRequired": "NONE", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "LOW", "userInteraction": "ACTIVE", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-11T22:16:31.855Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/", "tags": [ "x_refsource_CONFIRM" ], "url": "https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/" }, { "name": "https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf" } ], "source": { "advisory": "GHSA-fg8h-qqm8-5wpr", "discovery": "UNKNOWN" }, "title": "GHSL-2024-111: Reflected XSS in /home in habitica" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-53274", "datePublished": "2024-12-11T22:16:31.855Z", "dateReserved": "2024-11-19T20:08:14.482Z", "dateUpdated": "2024-12-11T22:16:31.855Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-53273
Vulnerability from cvelistv5
Published
2024-12-11 22:13
Modified
2024-12-11 22:15
Severity ?
EPSS score ?
Summary
GHSL-2024-110: Reflected XSS in /register in habitica
References
▼ | URL | Tags |
---|---|---|
https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/ | x_refsource_CONFIRM | |
https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf | x_refsource_MISC |
{ "containers": { "cna": { "affected": [ { "product": "habatica", "vendor": "HabitRPG", "versions": [ { "status": "affected", "version": "\u003c 5.28.5" } ] } ], "descriptions": [ { "lang": "en", "value": "Habitica is an open-source habit-building program. Versions prior to 5.28.5 are vulnerable to reflected cross-site scripting. The `register` function in `RegisterLoginReset.vue` contains a reflected XSS vulnerability due to an incorrect sanitization function. An attacker can specify a malicious `redirectTo` parameter to trigger the vulnerability, giving the attacker control of the victim\u2019s account when a victim registers or logins with a specially crafted link. Version 5.28.5 contains a patch." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "LOW", "attackRequirements": "NONE", "attackVector": "NETWORK", "baseScore": 5, "baseSeverity": "MEDIUM", "privilegesRequired": "NONE", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "HIGH", "userInteraction": "ACTIVE", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:H/SA:N/E:P", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-11T22:15:03.157Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/", "tags": [ "x_refsource_CONFIRM" ], "url": "https://securitylab.github.com/advisories/GHSL-2024-109_GHSL-2024-111_habitica/" }, { "name": "https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/HabitRPG/habitica/commit/946ade5da1f52a804ef2ba76d49416c43e8166bf" } ], "source": { "advisory": "GHSA-6ff6-w7xc-c2p8", "discovery": "UNKNOWN" }, "title": "GHSL-2024-110: Reflected XSS in /register in habitica" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-53273", "datePublished": "2024-12-11T22:13:44.876Z", "dateReserved": "2024-11-19T20:08:14.482Z", "dateUpdated": "2024-12-11T22:15:03.157Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }