{"vulnerability": "cve-2026-5490", "sightings": [{"uuid": "c9b182dd-9ff9-464c-9424-6cbb64a8cd20", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5490", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mrtnurrc5h2a", "content": "\ud83d\udfe0 CVE-2026-5490 - High (8.8)\n\nDriveLock SQL Injection Privilege Escalation Vulnerability. This vulnerability allows remote atta...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-5490/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-07-30T05:01:04.952219Z"}, {"uuid": "b78f011e-22ab-460a-a13d-5486f2d6b292", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54909", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/7tqoc6v5cvlvv", "content": "CVE-2026-54909 - Pion STUN vulnerable to remote denial of service via panic while parsing a malformed XOR-MAPPED-ADDRESS attribute\nCVE ID : CVE-2026-54909\n \n Published : July 31, 2026, 11:17 p.m. | 31\u00a0minutes ago\n \n Description : pion/stun is a Go implementation of STUN. Prior...", "creation_timestamp": "2026-08-01T00:12:24.162938Z"}, {"uuid": "9436600a-0594-4d54-91b7-c6531fa9d38a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54908", "type": "seen", "source": "https://gist.github.com/alon710/1bc8c607afec88c321177b4e1f89ad03", "content": "# CVE-2026-54908: CVE-2026-54908: Remote Denial of Service via Out-of-Bounds Read in Pion DTLS Handshake Parsing\n\n&gt; **CVSS Score:** 6.3\n&gt; **Published:** 2026-07-31\n&gt; **Full Report:** https://cvereports.com/reports/CVE-2026-54908\n\n## Summary\nCVE-2026-54908 is a Denial of Service (DoS) vulnerability in the Pion DTLS library, where a malformed ServerKeyExchange message triggers an uncaught out-of-bounds slice read panic during handshake unmarshaling, terminating the hosting application process.\n\n## TL;DR\nAn unauthenticated remote attacker can crash any Go application utilizing Pion DTLS prior to v3.1.4 by sending a crafted 2-byte ServerKeyExchange packet during the DTLS handshake using ECDHE_PSK.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-125 (Out-of-bounds Read)\n- **Attack Vector**: Network\n- **CVSS Score**: 6.3 (Medium)\n- **Exploit Status**: PoC Available\n- **CISA KEV Status**: Not Listed\n- **Ransomware Use**: No\n\n## Affected Systems\n\n- Pion DTLS library\n- **Pion DTLS**: &lt; 3.1.4 (Fixed in: `3.1.4`)\n\n## Mitigation\n\n- Disable ECDHE_PSK cipher suites in the DTLS configuration if upgrading is delayed\n- Deploy container restarts and process monitors to quickly recover from runtime crashes\n- Apply network filtering to allow DTLS handshakes only from trusted source IP ranges where possible\n\n**Remediation Steps:**\n1. Open the Go module file (go.mod) in the affected repository\n2. Update the github.com/pion/dtls dependency definition to version v3.1.4\n3. Execute 'go mod tidy' to synchronize the dependency tree and verify the build succeeds\n4. Redeploy the updated application to staging and production environments\n\n## References\n\n- [NVD CVE-2026-54908](https://nvd.nist.gov/vuln/detail/CVE-2026-54908)\n- [GitHub Security Advisory GHSA-wg4g-wm44-ch5j](https://github.com/pion/dtls/security/advisories/GHSA-wg4g-wm44-ch5j)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-54908) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-01T03:32:01.381821Z"}, {"uuid": "cade3cec-46fc-4374-a7b7-8d7e02301f83", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54909", "type": "seen", "source": "https://gist.github.com/alon710/402cd5e451c20f1dfc47c5b8f0cf1ddb", "content": "# CVE-2026-54909: CVE-2026-54909: Remote Denial of Service in Pion STUN via Malformed XOR-MAPPED-ADDRESS Attribute\n\n&gt; **CVSS Score:** 5.3\n&gt; **Published:** 2026-07-31\n&gt; **Full Report:** https://cvereports.com/reports/CVE-2026-54909\n\n## Summary\nA remote denial of service vulnerability exists in the pion/stun package before version 3.1.3. A malformed STUN packet containing a short or empty XOR-MAPPED-ADDRESS attribute triggers a runtime slice-bounds panic during parsing, terminating the entire Go process.\n\n## TL;DR\nUnauthenticated malformed STUN packets can trigger a runtime panic in Pion STUN before 3.1.3, causing a denial of service.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-20\n- **Attack Vector**: Network\n- **CVSS v3.1 Score**: 5.3\n- **Impact**: Denial of Service\n- **Exploit Status**: poc\n- **CISA KEV Status**: No\n\n## Affected Systems\n\n- Pion STUN (Go module github.com/pion/stun)\n- Pion TURN (transitive dependency)\n- Pion WebRTC (transitive dependency)\n- Applications acting as WebRTC signaling or media servers using the affected libraries\n- **stun**: &lt; 3.1.3 (Fixed in: `3.1.3`)\n\n## Mitigation\n\n- Upgrade github.com/pion/stun to version 3.1.3 or later\n- Filter out malformed STUN packets at the network layer using an IDS/IPS or firewall rule\n- Audit downstream imports (such as pion/turn or pion/webrtc) to ensure they resolve to the fixed version of pion/stun\n\n**Remediation Steps:**\n1. Open the go.mod file of the affected project\n2. Run 'go get github.com/pion/stun/v3@v3.1.3'\n3. Run 'go mod tidy' to update downstream dependencies\n4. Recompile and redeploy the application\n\n## References\n\n- [GitHub Security Advisory GHSA-34rh-wp3j-6cxc](https://github.com/pion/stun/security/advisories/GHSA-34rh-wp3j-6cxc)\n- [Pion STUN Pull Request 278](https://github.com/pion/stun/pull/278)\n- [Fix Commit fa9f074a](https://github.com/pion/stun/commit/fa9f074a33a8059c76c960b1fbee39f308002423)\n- [Pion STUN v3.1.3 Release](https://github.com/pion/stun/releases/tag/v3.1.3)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-54909) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-01T04:31:50.470829Z"}, {"uuid": "09faf5c4-154e-4276-8cdd-fe82988a100e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-54906", "type": "published-proof-of-concept", "source": "https://github.com/ruby-concurrency/concurrent-ruby/security/advisories/GHSA-6wx8-w4f5-wwcr", "content": "", "creation_timestamp": "2026-06-16T21:35:12.000000Z"}, {"uuid": "4ab91a0a-d2a9-442f-b729-b64c22e7f10f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-54905", "type": "published-proof-of-concept", "source": "https://github.com/ruby-concurrency/concurrent-ruby/security/advisories/GHSA-wv3x-4vxv-whpp", "content": "", "creation_timestamp": "2026-06-16T21:35:27.000000Z"}, {"uuid": "441348f9-2f41-4847-b13f-6d8a364ce852", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-54904", "type": "published-proof-of-concept", "source": "https://github.com/ruby-concurrency/concurrent-ruby/security/advisories/GHSA-h8w8-99g7-qmvj", "content": "", "creation_timestamp": "2026-06-16T21:35:21.000000Z"}, {"uuid": "383ba062-10ab-4cef-9f90-bde35c69f220", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-54900", "type": "published-proof-of-concept", "source": "https://github.com/ohler55/oj/security/advisories/GHSA-9cv6-qcjw-4grx", "content": "", "creation_timestamp": "2026-06-16T14:37:57.000000Z"}, {"uuid": "5cd136a1-5438-44ac-ba64-4fa8a70de520", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54900", "type": "published-proof-of-concept", "source": "Telegram/Ux0Srfv4G3zHF3MG_EHSnP5GOba0EJzABgxiD6ZSq_lILU0", "content": "", "creation_timestamp": "2026-08-06T07:00:04.112482Z"}, {"uuid": "a81b2f1e-c34b-400e-b3d4-9b7bdae7bc65", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54904", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mp2ungvwp42p", "content": "CVE-2026-54904 - concurrent-ruby: `AtomicReference#update` livelocks when the stored value is `Float::NAN`\nCVE ID : CVE-2026-54904\n \n Published : June 24, 2026, 3:44 p.m. | 5\u00a0hours, 26\u00a0minutes ago\n \n Description : concurrent-ruby is a modern concurrency tools for Ruby. Prior t...", "creation_timestamp": "2026-06-24T21:35:17.600299Z"}, {"uuid": "18a0a357-e959-4957-a80b-c67410d545bb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54901", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mpkhef2ete2k", "content": "CVE-2026-54901 - Oj: Use-After-Free in Oj::Parser array_class/hash_class GC Marking\nCVE ID : CVE-2026-54901\n \n Published : June 30, 2026, 11:36 p.m. | 2\u00a0hours, 9\u00a0minutes ago\n \n Description : Oj (Optimized JSON) is a JSON parser and Object marshaller packaged as a Ruby gem. In ...", "creation_timestamp": "2026-07-01T02:20:11.042583Z"}, {"uuid": "3fae0cfa-e49c-447e-a1c3-2d626863f904", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54902", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mpkhhy5agn2k", "content": "CVE-2026-54902 - Oj: Use-After-Free in Oj::Parser SAJ Long Key Callback\nCVE ID : CVE-2026-54902\n \n Published : June 30, 2026, 11:40 p.m. | 2\u00a0hours, 5\u00a0minutes ago\n \n Description : Oj (Optimized JSON) is a JSON parser and Object marshaller packaged as a Ruby gem. Prior to versio...", "creation_timestamp": "2026-07-01T02:22:11.594714Z"}, {"uuid": "a062896f-5385-471c-a22e-788a81a9e74d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54900", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mpkhrylv4625", "content": "CVE-2026-54900 - Oj: Negative-Size memcpy in Oj::Parser create_id Attribute Handling\nCVE ID : CVE-2026-54900\n \n Published : June 30, 2026, 11:34 p.m. | 2\u00a0hours, 12\u00a0minutes ago\n \n Description : Oj (Optimized JSON) is a JSON parser and Object marshaller packaged as a Ruby gem. I...", "creation_timestamp": "2026-07-01T02:27:47.646073Z"}, {"uuid": "3aa3de9d-522b-4f40-a87a-563bbf1e7194", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54903", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mpki3ots7t24", "content": "CVE-2026-54903 - Oj: Integer Overflow in Oj.load 2GB String Handling\nCVE ID : CVE-2026-54903\n \n Published : June 30, 2026, 11:42 p.m. | 2\u00a0hours, 4\u00a0minutes ago\n \n Description : Oj (Optimized JSON) is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior ...", "creation_timestamp": "2026-07-01T02:33:12.837761Z"}, {"uuid": "673b19a9-0178-440a-aacd-8be4cacfd56d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54903", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mpmjgpngw626", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-54903 \u0432 Oj (Optimized JSON): \u0443\u0433\u0440\u043e\u0437\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/4BBFAFB7-B081-4949-844D-0F09B63C0645", "creation_timestamp": "2026-07-01T22:02:36.034892Z"}, {"uuid": "df1849fd-27c3-46e6-808d-6e859c46eb51", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54902", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mpmu3sylg62b", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-54902 \u0432 Oj (Optimized JSON): \u0443\u0433\u0440\u043e\u0437\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/32BD5274-ECC7-4C9A-A1C3-2B62F83F0DC4", "creation_timestamp": "2026-07-02T01:13:21.471448Z"}, {"uuid": "d4b21396-29b8-4254-9cae-8bf2bc53e9ce", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54901", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mpmu7rxux22y", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-54901 \u0432 Oj (Optimized JSON): \u0443\u0433\u0440\u043e\u0437\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/03C23CB3-C4F8-4F14-8C45-6C4ACD40B9F5", "creation_timestamp": "2026-07-02T01:15:34.999227Z"}, {"uuid": "81b235d8-7f2c-4596-8c4a-1e43a1498887", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54900", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mpmubqz4cb2r", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-54900 \u0432 Oj (Optimized JSON): \u0443\u0433\u0440\u043e\u0437\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/357420E3-3583-41BB-9A15-C99FFDB94B1E", "creation_timestamp": "2026-07-02T01:16:41.094465Z"}, {"uuid": "7c3b30cc-157d-450c-80d9-fe6607603b2a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54903", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mpmucez2mb2u", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-54903 \u0432 Oj (Optimized JSON): \u0443\u0433\u0440\u043e\u0437\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/EE60C594-09B2-45A4-A156-C6C154507F27", "creation_timestamp": "2026-07-02T01:17:01.995805Z"}, {"uuid": "4d2d4209-babf-46a4-9951-2cab8984d3a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54908", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mpny4wfpty2y", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-54908 \u0432 Pion DTLS: \u0443\u0433\u0440\u043e\u0437\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/58C017C8-23D7-42A5-9764-113B85E2C610", "creation_timestamp": "2026-07-02T11:58:14.035224Z"}, {"uuid": "56e9a43f-0b31-4f0e-9763-add538837983", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54908", "type": "seen", "source": "https://bsky.app/profile/kriptabiz.bsky.social/post/3mpqizncgtv2m", "content": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c CVE-2026-54908 \u0432 Pion DTLS: \u0443\u0433\u0440\u043e\u0437\u044b \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0437\u0430\u0449\u0438\u0442\u044b\n\n\n\nhttps://kripta.biz/posts/8EC0F792-7E55-4293-B839-CCC1B95D0F8F", "creation_timestamp": "2026-07-03T12:05:56.480744Z"}, {"uuid": "09cbc279-d97c-4b82-b4c2-2fbe545dc6f4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54904", "type": "seen", "source": "https://bsky.app/profile/cyberhub.blog/post/3mr2jkeoeip2v", "content": "\ud83d\udccc CVE-2026-54904 - concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::AtomicReference#update can enter a permanent busy retry loop when ... https://www.cyberhub.blog/cves/CVE-2026-54904", "creation_timestamp": "2026-07-20T05:07:06.746916Z"}, {"uuid": "5f63f1ed-4511-4edb-853d-686220d8bf90", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54900", "type": "seen", "source": "Telegram/Ux0Srfv4G3zHF3MG_EHSnP5GOba0EJzABgxiD6ZSq_lILU0", "content": "", "creation_timestamp": "2026-07-25T15:00:20.751088Z"}, {"uuid": "b7a26165-469d-40cf-bdf8-c6a2fbcbd926", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54900", "type": "seen", "source": "Telegram/GQS1eZh6jW1eTFauE08lQEEwY9p26l5wOkUiZYKHwilYdP4", "content": "", "creation_timestamp": "2026-07-25T18:00:04.183932Z"}, {"uuid": "d2e50f1c-2783-47c0-ae40-3329da2a5693", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54900", "type": "published-proof-of-concept", "source": "Telegram/GQS1eZh6jW1eTFauE08lQEEwY9p26l5wOkUiZYKHwilYdP4", "content": "", "creation_timestamp": "2026-07-26T00:00:35.937628Z"}, {"uuid": "1d85e7b2-74bf-4dae-8979-30ac57da5645", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-54900", "type": "seen", "source": "Telegram/Ux0Srfv4G3zHF3MG_EHSnP5GOba0EJzABgxiD6ZSq_lILU0", "content": "", "creation_timestamp": "2026-07-26T00:00:44.966566Z"}, {"uuid": "e3937d38-bcb3-4b11-a9e8-15a5cda98a9d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-5490", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3mrstf3bwog24", "content": "CVE-2026-5490 - DriveLock SQL Injection Privilege Escalation Vulnerability\nCVE ID : CVE-2026-5490\n \n Published : July 29, 2026, 8:17 p.m. | 26\u00a0minutes ago\n \n Description : DriveLock SQL Injection Privilege Escalation Vulnerability. This vulnerability allows remote attackers to...", "creation_timestamp": "2026-07-29T21:07:00.282279Z"}]}