{"vulnerability": "CVE-2023-5261", "sightings": [{"uuid": "023b815b-e4f0-4903-9b29-9b1f438a6dfe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52615", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-15", "content": "", "creation_timestamp": "2025-08-14T10:00:00.000000Z"}, {"uuid": "bbaf7a02-1d42-493c-9563-7b3c74517229", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52617", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-15", "content": "", "creation_timestamp": "2025-08-14T10:00:00.000000Z"}, {"uuid": "985686c5-fe0f-4509-be36-a9aa98147d09", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52619", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-15", "content": "", "creation_timestamp": "2025-08-14T10:00:00.000000Z"}, {"uuid": "8a6dda0a-6405-40db-9511-a430739144b3", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-5261", "type": "seen", "source": "https://t.me/cibsecurity/71288", "content": "\u203c CVE-2023-5261 \u203c\n\nA vulnerability, which was classified as critical, was found in Tongda OA 2017. Affected is an unknown function of the file general/hr/manage/staff_title_evaluation/delete.php. The manipulation of the argument EVALUATION_ID leads to sql injection. The exploit has been disclosed to the public and may be used. Upgrading to version 11.10 is able to address this issue. It is recommended to upgrade the affected component. VDB-240870 is the identifier assigned to this vulnerability.\n\n\ud83d\udcd6 Read\n\nvia \"National Vulnerability Database\".", "creation_timestamp": "2023-09-29T16:37:38.000000Z"}, {"uuid": "1a1f3e9b-5b1d-47e5-9f7e-42d914cb41aa", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "c933734a-9be8-4142-889e-26e95c752803", "vulnerability": "CVE-2023-52614", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8", "content": "", "creation_timestamp": "2025-12-03T14:14:49.267740Z"}, {"uuid": "395c2168-5be4-4c94-9734-f57f9986162b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52616", "type": "seen", "source": "Telegram/3shgKz1tEftGZkP2WX80SKG749yphgA-qgAVtTdwtqnliYV9", "content": "", "creation_timestamp": "2025-03-10T19:39:07.000000Z"}, {"uuid": "5ebe50e9-4ba3-4a69-9f6d-17560cff0c50", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52611", "type": "seen", "source": "Telegram/QsImk8i6YWlkT8jsKRTDH7RbF_QWDJTfmkGkI9v1kr5kHfEr", "content": "", "creation_timestamp": "2025-03-10T19:39:07.000000Z"}, {"uuid": "a018ab8b-c357-4004-a665-cbb106e976ed", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "c933734a-9be8-4142-889e-26e95c752803", "vulnerability": "CVE-2023-52610", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8", "content": "", "creation_timestamp": "2025-12-03T14:14:49.267740Z"}, {"uuid": "3a9c6278-0199-4eea-bc22-a68d217a46b6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52618", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/16992", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-52618\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nblock/rnbd-srv: Check for unlikely string overflow\n\nSince \"dev_search_path\" can technically be as large as PATH_MAX,\nthere was a risk of truncation when copying it and a second string\ninto \"full_path\" since it was also PATH_MAX sized. The W=1 builds were\nreporting this warning:\n\ndrivers/block/rnbd/rnbd-srv.c: In function 'process_msg_open.isra':\ndrivers/block/rnbd/rnbd-srv.c:616:51: warning: '%s' directive output may be truncated writing up to 254 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]\n  616 |                 snprintf(full_path, PATH_MAX, \"%s/%s\",\n      |                                                   ^~\nIn function 'rnbd_srv_get_full_path',\n    inlined from 'process_msg_open.isra' at drivers/block/rnbd/rnbd-srv.c:721:14: drivers/block/rnbd/rnbd-srv.c:616:17: note: 'snprintf' output between 2 and 4351 bytes into a destination of size 4096\n  616 |                 snprintf(full_path, PATH_MAX, \"%s/%s\",\n      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n  617 |                          dev_search_path, dev_name);\n      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nTo fix this, unconditionally check for truncation (as was already done\nfor the case where \"%SESSNAME%\" was present).\n\ud83d\udccf Published: 2024-03-18T10:19:05.275Z\n\ud83d\udccf Modified: 2025-05-20T14:27:29.992Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/95bc866c11974d3e4a9d922275ea8127ff809cf7\n2. https://git.kernel.org/stable/c/f6abd5e17da33eba15df2bddc93413e76c2b55f7\n3. https://git.kernel.org/stable/c/af7bbdac89739e2e7380387fda598848d3b7010f\n4. https://git.kernel.org/stable/c/5b9ea86e662035a886ccb5c76d56793cba618827\n5. https://git.kernel.org/stable/c/a2c6206f18104fba7f887bf4dbbfe4c41adc4339\n6. https://git.kernel.org/stable/c/9e4bf6a08d1e127bcc4bd72557f2dfafc6bc7f41", "creation_timestamp": "2025-05-20T14:40:58.000000Z"}, {"uuid": "50944420-b4bf-422f-af46-bf600f90268f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52612", "type": "seen", "source": "https://t.me/ctinow/210556", "content": "https://ift.tt/Om7sjWx\nCVE-2023-52612", "creation_timestamp": "2024-03-18T14:31:55.000000Z"}, {"uuid": "c5a03e85-82a1-44a9-9580-63103e17cff5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52611", "type": "seen", "source": "https://t.me/ctinow/210438", "content": "https://ift.tt/MvmINSa\nCVE-2023-52611", "creation_timestamp": "2024-03-18T12:26:50.000000Z"}, {"uuid": "5aafe9be-69cc-4300-b2d1-0187c9dc5ca0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52613", "type": "seen", "source": "https://t.me/ctinow/210555", "content": "https://ift.tt/GnQ4lvD\nCVE-2023-52613", "creation_timestamp": "2024-03-18T14:31:54.000000Z"}, {"uuid": "55bff970-b244-4469-9e50-43ad821a64ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52615", "type": "seen", "source": "https://t.me/ctinow/210587", "content": "https://ift.tt/X5mGrCA\nCVE-2023-52615", "creation_timestamp": "2024-03-18T15:01:43.000000Z"}, {"uuid": "2aafb8ce-f0f4-4610-b835-f76142fbddf8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52610", "type": "seen", "source": "https://t.me/ctinow/210558", "content": "https://ift.tt/UuwtVxl\nCVE-2023-52610", "creation_timestamp": "2024-03-18T14:32:00.000000Z"}, {"uuid": "a7231961-34f3-4b62-9373-8d6a873f409b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52611", "type": "seen", "source": "https://t.me/ctinow/210557", "content": "https://ift.tt/iYHa45E\nCVE-2023-52611", "creation_timestamp": "2024-03-18T14:31:56.000000Z"}, {"uuid": "3d890f1a-2b87-4996-bf98-9dbb96b568f1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52616", "type": "seen", "source": "https://t.me/ctinow/210586", "content": "https://ift.tt/MCqanUk\nCVE-2023-52616", "creation_timestamp": "2024-03-18T15:01:41.000000Z"}, {"uuid": "0fd2afaa-31f5-4159-9de5-d25a3b860159", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52614", "type": "seen", "source": "https://t.me/ctinow/210554", "content": "https://ift.tt/PM8Heg2\nCVE-2023-52614", "creation_timestamp": "2024-03-18T14:31:53.000000Z"}, {"uuid": "2dcce50c-4b52-4651-a6cf-451514ab3bb7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52617", "type": "seen", "source": "https://t.me/ctinow/210605", "content": "https://ift.tt/0QeZN8b\nCVE-2023-52617", "creation_timestamp": "2024-03-18T15:12:06.000000Z"}, {"uuid": "d4930c8d-618d-4691-87f0-975cfa07c17b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52618", "type": "seen", "source": "https://t.me/ctinow/210604", "content": "https://ift.tt/pT8D7j3\nCVE-2023-52618", "creation_timestamp": "2024-03-18T15:12:05.000000Z"}, {"uuid": "5eda6b24-34d0-449d-ad4b-470304967e04", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52619", "type": "seen", "source": "https://t.me/ctinow/210603", "content": "https://ift.tt/0iArTzb\nCVE-2023-52619", "creation_timestamp": "2024-03-18T15:12:04.000000Z"}, {"uuid": "92573e91-d906-4c1e-aec7-619a5fcfc754", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52619", "type": "seen", "source": "https://t.me/ctinow/210446", "content": "https://ift.tt/lNpSqJX\nCVE-2023-52619", "creation_timestamp": "2024-03-18T12:27:01.000000Z"}, {"uuid": "65f20ef4-eedc-4ba0-8dba-b3948f8cf4e1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52618", "type": "seen", "source": "https://t.me/ctinow/210445", "content": "https://ift.tt/wqNgnUX\nCVE-2023-52618", "creation_timestamp": "2024-03-18T12:26:57.000000Z"}, {"uuid": "a20f482e-ae02-4e1e-ac47-83e28d1ae765", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52617", "type": "seen", "source": "https://t.me/ctinow/210444", "content": "https://ift.tt/LB41VEd\nCVE-2023-52617", "creation_timestamp": "2024-03-18T12:26:56.000000Z"}, {"uuid": "22307ec6-2f85-40c2-afad-4e2b239abe10", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52616", "type": "seen", "source": "https://t.me/ctinow/210443", "content": "https://ift.tt/CqKj96n\nCVE-2023-52616", "creation_timestamp": "2024-03-18T12:26:55.000000Z"}, {"uuid": "0eae13ee-f779-4f29-996c-c310a529c9fe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52615", "type": "seen", "source": "https://t.me/ctinow/210442", "content": "https://ift.tt/QYl5LTR\nCVE-2023-52615", "creation_timestamp": "2024-03-18T12:26:54.000000Z"}, {"uuid": "40a0c6f9-c94b-4ad4-90b3-268513ea7efe", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52614", "type": "seen", "source": "https://t.me/ctinow/210441", "content": "https://ift.tt/xEPtkj1\nCVE-2023-52614", "creation_timestamp": "2024-03-18T12:26:53.000000Z"}, {"uuid": "29068198-a48f-4305-970e-d084e295c47f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52613", "type": "seen", "source": "https://t.me/ctinow/210440", "content": "https://ift.tt/F7WzXwC\nCVE-2023-52613", "creation_timestamp": "2024-03-18T12:26:52.000000Z"}, {"uuid": "a22e3e18-149c-4ad9-a62b-af8c21e76e57", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52612", "type": "seen", "source": "https://t.me/ctinow/210439", "content": "https://ift.tt/DAh4cuG\nCVE-2023-52612", "creation_timestamp": "2024-03-18T12:26:51.000000Z"}, {"uuid": "3d1b4569-70dc-4856-a115-4a8b81dc1e8b", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2023-52610", "type": "seen", "source": "https://t.me/ctinow/210437", "content": "https://ift.tt/TflJE3M\nCVE-2023-52610", "creation_timestamp": "2024-03-18T12:26:49.000000Z"}]}