home.social

#sqlinjection — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sqlinjection, aggregated by home.social.

fetched live
  1. 🔍 Testing SQL Injection Security with ANDRAX

    ANDRAX brings powerful security assessment tools directly to Android. In this Reel, I test my own website to demonstrate how an SQL Injection vulnerability can be identified and why proper web security matters.

    💬 Comment "ANDRAX" and I'll share more cybersecurity resources.

    #CyberSecurity #ANDRAX #WebSecurity #SQLInjection #InfoSec

  2. Oracle Exploited: Attackers Turn SQL Injection into Windows SYSTEM Access

    Attackers have successfully exploited a SQL injection vulnerability to gain unprecedented access to Oracle databases, converting it into a Windows SYSTEM-level access with alarming ease. This rare and sophisticated technique has allowed hackers to deploy a custom toolkit, dubbed khunt, that turns database-stored Java…

    osintsights.com/oracle-exploit

    #SqlInjection #Oracle #Java #WindowsPrivilegeEscalation #SupplyChainAttack

  3. If you're looking at the PoC for github.com/WordPress/wordpress at github.com/attackercan/wp2shel , please be aware that the "check" and "read" PoC do not always work. I assume it was created on an empty Wordpress install (with 0 posts). But if it's populated, the OR SLEEP(3) is short circuited away. Trust your version.php instead.

    (wp2shell-poc does not have an issue tracker enabled to report this to.)

  4. 🚨 wp2shell affects multiple vulnerabilities (CVE-2026-63030, CVE-2026-60137).

    - CVE-2026-63030 (HIGH) - WordPress < 7.0.2 - REST API batch-route confusion and SQL injection issue leading to Remote Code Execution
    - CVE-2026-60137 (CRITICAL) - WordPress < 7.0.2 - Facilitated SQL Injection via author__not_in in WP_Query

    Running WordPress? Check your versions and patch to 6.8.6 / 6.9.5 / 7.0.2. If you can't patch immediately, apply the mitigations in the meantime.

    ℹ️ Additional information on ZEN SecDB
    secdb.nttzen.cloud/updates/a5a

    #infosec #wordpress #rce #sqlinjection #cve202663030 #cve202660137
    #nttdata #zen #secdb #vulnerability_intelligence

  5. 🕸️ Hoy Miércoles 15 de Julio a las 8:00 pm (UTC -05:00) iniciamos el Curso de Hacking Aplicaciones Web 2026 🕷️ 🚀 Miércoles 15, Viernes 17, Miércoles 22 y Viernes 24 de Julio 🎯 De 8:00 pm a 11:00 pm (UTC -05:00) 👁‍🗨 WhatsApp: https://wa.me/51949304030 👌 Info: https://www.reydes.com/archivos/cursos/Curso_Hacking_Aplicaciones_Web.pdf #AppSec #OWASP #SQLInjection #XSS #SSRF #RCE #BrokenAccessControl
  6. A look at CVE-2020-24932, the critical SQL injection in Complaint Management System v1.0 that allowed full database disclosure through a single parameter. hackernoon.com/anatomy-of-a-cr #sqlinjection

  7. Drupal Sites Targeted in SQL Injection Attacks

    Drupal sites are under attack as SQL injection exploits are now being detected in the wild, taking advantage of a vulnerability that can be triggered without authentication. This critical flaw, CVE-2026-9082, allows attackers to execute arbitrary SQL and potentially run remote code, putting sites that use PostgreSQL at risk.

    osintsights.com/drupal-sites-t

    #SqlInjection #Drupal #Cve20269082 #EmergingThreats #ArbitraryCodeExecution

  8. Patch immediately before public exploits emerge.

    drupal.org/sa-core-2026-004

    Affected:

    - 8.9.0 , < 10.4.10
    - 10.5.0 , < 10.5.10
    - 10.6.0 , < 10.6.9
    - 11.0.0 , < 11.1.10
    - 11.2.0 , < 11.2.12
    - 11.3.0 , < 11.3.10

    CVE-2026-9082 - Highly critical - SQL Injection
    CVE-2026-8495 - Missing Authorization
    CVE-2026-8493 - XSS
    CVE-2026-8492
    CVE-2026-8491

    #Drupal #PHP #CyberSecurity #Infosec #CVE #WebSecurity #PostgreSQL #SqlInjection #PrivilegeEscalation #XSS

  9. 🚨 CRITICAL: CVE-2026-46364 in phpMyFAQ <4.1.2 allows unauthenticated SQL injection via /api/captcha. Attackers can exfiltrate user creds, admin tokens, and SMTP info. Restrict endpoint & use WAF until patch is confirmed. radar.offseq.com/threat/cve-20 #OffSeq #SQLInjection #Infosec

  10. 🚨 CRITICAL: SQL injection (CVE-2026-34260, CVSS 9.6) in SAP S/4HANA (SAP_BASIS 751-816). Authenticated attackers can access sensitive data & crash apps. No patch yet — restrict access & monitor logs. radar.offseq.com/threat/cve-20 #OffSeq #SAP #Infosec #SQLInjection

  11. Oh, another groundbreaking article promising to unravel Intel's secret #voodoo memory #tech, only to be thwarted by the mighty #Cloudflare shield. 🤦‍♂️ Because who needs cutting-edge insights when you can play "Guess the SQL Injection"? 🚀💻
    hpcwire.com/2026/02/05/what-is #Intel #SQLInjection #TechNews #HackerNews #ngated

  12. Over 200,000 #WordPress sites are exposed due to an SQL injection flaw in the Ally plugin (CVE-2026-2413), allowing attackers to extract database data. Patch released, but many sites remain vulnerable.

    Read: hackread.com/sql-injection-vul

    #CyberSecurity #SQLInjection #Vulnerability

  13. codewall.ai/blog/how-we-hacked

    "The agent mapped the attack surface and found the API documentation publicly exposed — over 200 endpoints, fully documented. Most required authentication. Twenty-two didn't.

    One of those unprotected endpoints wrote user search queries to the database. The values were safely parameterised, but the JSON keys — the field names — were concatenated directly into SQL."

    Read and write access to everything.

    #mckinsey #security #ai #sqlinjection