U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-30252

Change History

New CVE Received by NIST 4/04/2024 3:15:08 PM

Action Type Old Value New Value
Added CVSS V3.1

								
							
							
						
GitHub, Inc. AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N
Added CWE

								
							
							
						
GitHub, Inc. CWE-352
Added Description

								
							
							
						
Livemarks is a browser extension that provides RSS feed bookmark folders. Versions of Livemarks prior to 3.7 are vulnerable to cross-site request forgery. A malicious website may be able to coerce the extension to send an authenticated GET request to an arbitrary URL. An authenticated request is a request where the cookies of the browser are sent along with the request. The `subscribe.js` script uses the first parameter from the current URL location as the URL of the RSS feed to subscribe to and checks that the RSS feed is valid XML. `subscribe.js` is accessible by an attacker website due to its use in `subscribe.html`, an HTML page that is declared as a `web_accessible_resource` in `manifest.json`. This issue may lead to `Privilege Escalation`. A CSRF breaks the integrity of servers running on a private network. A user of the browser extension may have a private server with dangerous functionality, which is assumed to be safe due to network segmentation. Upon receiving an authenticated request instantiated from an attacker, this integrity is broken. Version 3.7 fixes this issue by removing subscribe.html from `web_accessible_resources`.
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/nt1m/livemarks/blob/9c5233c82aa2f7c8bac348a08ff52881b00c4f95/manifest.json#L4 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/nt1m/livemarks/blob/9c5233c82aa2f7c8bac348a08ff52881b00c4f95/pages/subscribe/subscribe.js#L52 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/nt1m/livemarks/blob/9c5233c82aa2f7c8bac348a08ff52881b00c4f95/shared/feed-parser.js#L5 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/nt1m/livemarks/commit/1bcf39f6e91f7352301013f8feac6d488719450f [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/nt1m/livemarks/security/advisories/GHSA-3gg9-w4fm-jjcg [No types assigned]