You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.
Description
Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Versions 3.5.2 and prior contain a logic error in the delta API that allows share recipients to download notes that are no longer shared with them, related to but not fully fixed by the prior patch in #14289. In ChangeModel.delta, when DELTA_INCLUDES_ITEMS is enabled (the default), the latest state of items is attached to delta output without verifying that those items are still shared with the requesting user, and the existing removal logic only filters items deleted for all users. Additionally, the change compression logic incorrectly reduces create - delete to NOOP, which is unsafe because compression is applied per page and an item can have multiple create events; if an earlier create falls on a separate page from a later create -> delete pair, the deletion is dropped and the sequence collapses to a create. As a result, the delta API returns a create event for a deleted item with the full latest content attached, exposing notes the user no longer has access to. This issue has been fixed in version 3.5.3.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: Joplin de laurent22, Description: Joplin es una aplicación de toma de notas y de tareas pendientes de código abierto que organiza notas y listas en cuadernos. Las versiones 3.5.2 y anteriores contienen un error de lógica en la API delta que permite a los destinatarios de la compartición descargar notas que ya no están compartidas con ellos, relacionado con, pero no completamente solucionado por el parche anterior en el #14289. En ChangeModel.delta, cuando DELTA_INCLUDES_ITEMS está habilitado (el valor predeterminado), el estado más reciente de los elementos se adjunta a la salida delta sin verificar que esos elementos sigan compartidos con el usuario solicitante, y la lógica de eliminación existente solo filtra los elementos eliminados para todos los usuarios. Además, la lógica de compresión de cambios reduce incorrectamente create - delete a NOOP, lo cual es inseguro porque la compresión se aplica por página y un elemento puede tener múltiples eventos de creación; si una creación anterior cae en una página separada de un par posterior create -> delete, la eliminación se descarta y la secuencia se colapsa a una creación. Como resultado, la API delta devuelve un evento de creación para un elemento eliminado con el contenido completo más reciente adjunto, exponiendo notas a las que el usuario ya no tiene acceso. Este problema ha sido solucionado en la versión 3.5.3.
New CVE Received from GitHub, Inc.5/19/2026 7:16:57 PM
Action
Type
Old Value
New Value
Added
Description
Joplin is an open source note-taking and to-do application that organises notes and lists into notebooks. Versions 3.5.2 and prior contain a logic error in the delta API that allows share recipients to download notes that are no longer shared with them, related to but not fully fixed by the prior patch in #14289. In ChangeModel.delta, when DELTA_INCLUDES_ITEMS is enabled (the default), the latest state of items is attached to delta output without verifying that those items are still shared with the requesting user, and the existing removal logic only filters items deleted for all users. Additionally, the change compression logic incorrectly reduces create - delete to NOOP, which is unsafe because compression is applied per page and an item can have multiple create events; if an earlier create falls on a separate page from a later create -> delete pair, the deletion is dropped and the sequence collapses to a create. As a result, the delta API returns a create event for a deleted item with the full latest content attached, exposing notes the user no longer has access to. This issue has been fixed in version 3.5.3.