{"api_version":"1","generated_at":"2026-04-23T02:38:05+00:00","cve":"CVE-2021-29624","urls":{"html":"https://cve.report/CVE-2021-29624","api":"https://cve.report/api/cve/CVE-2021-29624.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2021-29624","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2021-29624"},"summary":{"title":"CVE-2021-29624","description":"fastify-csrf is an open-source plugin helps developers protect their Fastify server against CSRF attacks. Versions of fastify-csrf prior to 3.1.0 have a \"double submit\" mechanism using cookies with an application deployed across multiple subdomains, e.g. \"heroku\"-style platform as a service. Version 3.1.0 of the fastify-csrf fixes it. the vulnerability. The user of the module would need to supply a `userInfo` when generating the CSRF token to fully implement the protection on their end. This is needed only for applications hosted on different subdomains.","state":"PUBLIC","assigner":"security-advisories@github.com","published_at":"2021-05-19 22:15:00","updated_at":"2022-10-25 20:56:00"},"problem_types":["CWE-352"],"metrics":[],"references":[{"url":"https://github.com/fastify/fastify-csrf/releases/tag/v3.1.0","name":"https://github.com/fastify/fastify-csrf/releases/tag/v3.1.0","refsource":"MISC","tags":[],"title":"Release v3.1.0 · fastify/fastify-csrf · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html","name":"https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html","refsource":"MISC","tags":[],"title":"Cross-Site Request Forgery Prevention - OWASP Cheat Sheet Series","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/fastify/csrf/pull/2","name":"https://github.com/fastify/csrf/pull/2","refsource":"MISC","tags":[],"title":"Add utilities to prevent cookie tossing and replay attacks by mcollina · Pull Request #2 · fastify/csrf · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/fastify/fastify-csrf/security/advisories/GHSA-rc4q-9m69-gqp8","name":"https://github.com/fastify/fastify-csrf/security/advisories/GHSA-rc4q-9m69-gqp8","refsource":"CONFIRM","tags":[],"title":"Lack of protection against cookie tossing attacks in fastify-csrf · Advisory · fastify/fastify-csrf · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://github.com/fastify/fastify-csrf/pull/51","name":"https://github.com/fastify/fastify-csrf/pull/51","refsource":"MISC","tags":[],"title":"Support userInfo by mcollina · Pull Request #51 · fastify/fastify-csrf · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://owasp.org/www-pdf-archive/David_Johansson-Double_Defeat_of_Double-Submit_Cookie.pdf","name":"https://owasp.org/www-pdf-archive/David_Johansson-Double_Defeat_of_Double-Submit_Cookie.pdf","refsource":"MISC","tags":[],"title":"","mime":"application/pdf","httpstatus":"200","archivestatus":"404"},{"url":"https://www.cve.org/CVERecord?id=CVE-2021-29624","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2021-29624","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2021","cve_id":"29624","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"fastify","cpe5":"fastify-csrf","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"node.js","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[{"cve":"CVE-2021-29624","qid":"982378","title":"Nodejs (npm) Security Update for @fastify/csrf (GHSA-rc4q-9m69-gqp8)"}]},"source_records":{"cve_program":{"CVE_data_meta":{"ASSIGNER":"security-advisories@github.com","ID":"CVE-2021-29624","STATE":"PUBLIC","TITLE":"Lack of protection against cookie tossing attacks in fastify-csrf"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"fastify-csrf","version":{"version_data":[{"version_value":"< 3.1.0"}]}}]},"vendor_name":"fastify"}]}},"data_format":"MITRE","data_type":"CVE","data_version":"4.0","description":{"description_data":[{"lang":"eng","value":"fastify-csrf is an open-source plugin helps developers protect their Fastify server against CSRF attacks. Versions of fastify-csrf prior to 3.1.0 have a \"double submit\" mechanism using cookies with an application deployed across multiple subdomains, e.g. \"heroku\"-style platform as a service. Version 3.1.0 of the fastify-csrf fixes it. the vulnerability. The user of the module would need to supply a `userInfo` when generating the CSRF token to fully implement the protection on their end. This is needed only for applications hosted on different subdomains."}]},"impact":{"cvss":{"attackComplexity":"LOW","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":6.5,"baseSeverity":"MEDIUM","confidentialityImpact":"NONE","integrityImpact":"HIGH","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"REQUIRED","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N","version":"3.1"}},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"CWE-565: Reliance on Cookies without Validation and Integrity Checking"}]}]},"references":{"reference_data":[{"name":"https://github.com/fastify/fastify-csrf/security/advisories/GHSA-rc4q-9m69-gqp8","refsource":"CONFIRM","url":"https://github.com/fastify/fastify-csrf/security/advisories/GHSA-rc4q-9m69-gqp8"},{"name":"https://github.com/fastify/csrf/pull/2","refsource":"MISC","url":"https://github.com/fastify/csrf/pull/2"},{"name":"https://github.com/fastify/fastify-csrf/pull/51","refsource":"MISC","url":"https://github.com/fastify/fastify-csrf/pull/51"},{"name":"https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html","refsource":"MISC","url":"https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html"},{"name":"https://github.com/fastify/fastify-csrf/releases/tag/v3.1.0","refsource":"MISC","url":"https://github.com/fastify/fastify-csrf/releases/tag/v3.1.0"},{"name":"https://owasp.org/www-pdf-archive/David_Johansson-Double_Defeat_of_Double-Submit_Cookie.pdf","refsource":"MISC","url":"https://owasp.org/www-pdf-archive/David_Johansson-Double_Defeat_of_Double-Submit_Cookie.pdf"}]},"source":{"advisory":"GHSA-rc4q-9m69-gqp8","discovery":"UNKNOWN"}},"nvd":{"publishedDate":"2021-05-19 22:15:00","lastModifiedDate":"2022-10-25 20:56:00","problem_types":["CWE-352"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"REQUIRED","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"HIGH","availabilityImpact":"NONE","baseScore":6.5,"baseSeverity":"MEDIUM"},"exploitabilityScore":2.8,"impactScore":3.6},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:N/AC:M/Au:N/C:N/I:P/A:N","accessVector":"NETWORK","accessComplexity":"MEDIUM","authentication":"NONE","confidentialityImpact":"NONE","integrityImpact":"PARTIAL","availabilityImpact":"NONE","baseScore":4.3},"severity":"MEDIUM","exploitabilityScore":8.6,"impactScore":2.9,"acInsufInfo":false,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":true}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:fastify:fastify-csrf:*:*:*:*:*:node.js:*:*","versionEndExcluding":"3.1.0","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2021","CveId":"29624","Ordinal":"204828","Title":"CVE-2021-29624","CVE":"CVE-2021-29624","Year":"2021"},"notes":[{"CveYear":"2021","CveId":"29624","Ordinal":"1","NoteData":"fastify-csrf is an open-source plugin helps developers protect their Fastify server against CSRF attacks. Versions of fastify-csrf prior to 3.1.0 have a \"double submit\" mechanism using cookies with an application deployed across multiple subdomains, e.g. \"heroku\"-style platform as a service. Version 3.1.0 of the fastify-csrf fixes it. the vulnerability. The user of the module would need to supply a `userInfo` when generating the CSRF token to fully implement the protection on their end. This is needed only for applications hosted on different subdomains.","Type":"Description","Title":null},{"CveYear":"2021","CveId":"29624","Ordinal":"2","NoteData":"2021-05-19","Type":"Other","Title":"Published"},{"CveYear":"2021","CveId":"29624","Ordinal":"3","NoteData":"2021-05-19","Type":"Other","Title":"Modified"}]}}}