home.social

#arbitrarycodeexecution — Public Fediverse posts

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

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. Arbitrary Code Execution via Scanner Bypass in `aws-diagram-mcp-server` `exec()` Namespace
    This vulnerability involves arbitrary code execution due to a scanner bypass in the `aws-diagram-mcp-server` `exec()` namespace. The application fails to properly filter user-controlled input when constructing command-line arguments, allowing malicious input to execute arbitrary code. The researcher discovered this by injecting special characters (e.g., semi-colon ;) to execute multiple commands separated by semicolons. The vulnerability was caused by the lack of input sanitization in the `exec()` function, which resulted in the execution of user-supplied shell commands. This flaw allows an attacker to execute any command on the system with the same privileges as the application, potentially leading to full system compromise. The researcher received $2,000 for this vulnerability. To prevent similar issues, it is crucial to properly sanitize user inputs and limit the scope of command execution. Key lesson: Always sanitize user inputs to prevent arbitrary code execution. #BugBounty #Cybersecurity #WebSecurity #ArbitraryCodeExecution #InputSanitization

    hackerone.com/reports/3557138

  7. 🎮🤯 Ah yes, because what we all desperately needed was to witness Bad Apple being played inside a 40-year-old plumber simulator. Watch in awe as arbitrary code execution turns #Mario into a platform for #meme #music, because why not? 🍎👨‍🔧
    tasvideos.org/8991S #BadApple #ArbitraryCodeExecution #RetroGaming #HackerNews #ngated

  8. Critical Kibana Vulnerability - Arbitrary Code Execution via YAML Deserialization

    Date: September 5, 2024

    CVE: CVE-2024-37285

    Vulnerability Type: Deserialization of Untrusted Data

    CWE: [[CWE-502]]

    Sources: Elastic Security Advisory

    Synopsis

    CVE-2024-37285 impacts Kibana versions 8.10.0 to 8.15.0, where a deserialization flaw allows remote code execution if an attacker injects malicious YAML payloads. This vulnerability requires that an attacker has elevated Elasticsearch and Kibana privileges.

    Issue Summary

    The vulnerability arises from improper YAML deserialization within Kibana. A malicious actor can craft a YAML payload and execute arbitrary code, provided they have specific Elasticsearch index and Kibana privileges. This issue affects Kibana from versions 8.10.0 through 8.15.0 and is critical due to its ease of exploitation and the potential for widespread impact.

    Technical Key Findings

    Attackers exploit this flaw by submitting a specially crafted YAML document that Kibana deserializes without proper validation. Once the malicious code is parsed, it can run on the server with elevated privileges, enabling arbitrary code execution.

    The attacker must have the following Elasticsearch indices permissions;

    • write access to system indices .kibana_ingest*
    • The allow_restricted_indices flag needs to be set to true

    The attacker must also have ANY of the following Kibana privileges;

    • Under Fleet the All privilege is granted
    • Under Integration the Read or All privilege is granted
    • Access to the fleet-setup privilege is gained through the Fleet Server’s service account token## Vulnerable Products
    • Kibana versions 8.10.0 to 8.15.0.

    Impact Assessment

    Successful exploitation could allow an attacker to execute arbitrary commands, leading to a complete system compromise. This could affect confidentiality, integrity, and availability, making it a high-risk issue for organizations relying on Kibana for data visualization and exploration.

    Patches or Workaround

    Upgrading to Kibana version 8.15.1 resolves this vulnerability. Additionally, limiting access to Elasticsearch indices and restricting Kibana privileges reduces exposure.

    Tags

    #CVE-2024-37285 #Kibana #ArbitraryCodeExecution #YAML #Deserialization #ElasticStack #CyberSecurity