home.social

#tenable — Public Fediverse posts

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

fetched live
  1. Tenable Integrates Anthropic's Claude API, Bolstering Vulnerability Management

    How does Tenable using Anthropic Claude AI help companies fix security holes? Learn how this May 20 2026 update automates network vulnerability management.

    #tenable, #cybersecurity, #anthropic, #claudeai, #networksecurity

    newsletter.tf/tenable-anthropi

  2. Tenable now uses Anthropic's Claude AI to find and fix network risks. This is a big change from manual scanning methods used in the past.

    #tenable, #cybersecurity, #anthropic, #claudeai, #networksecurity
    newsletter.tf/tenable-anthropi

  3. 🛡️ CrowdStrike LogScale CRITICAL vuln (CVE-2026-40050): unauth path traversal — remote file read risk for self-hosted users. Tenable Nessus for Windows: HIGH vuln (CVE-2026-33694), file deletion & privilege escalation. Patch ASAP! radar.offseq.com/threat/vulner #OffSeq #Vuln #CrowdStrike #Tenable

  4. I'm looking for work in #Barcelona, Spain. I'm a #Linux admin with #RedHat experience and hold #RHCSA & #RHCE certifications. I also have experience with #Splunk, #Tenable, and #VMware sprinkled with some networking knowledge. I also have CompTIA Security+. I won't need sponsorship since my spouse is an EU member. I do not know Spanish well, but learning.

    #FediHire #GetFediHired #openforwork

  5. I'm looking for work in #Barcelona, Spain. I'm a #Linux admin with #RedHat experience and hold #RHCSA & #RHCE certifications. I also have experience with #Splunk, #Tenable, and #VMware sprinkled with some networking knowledge. I also have CompTIA Security+. I won't need sponsorship since my spouse is an EU member. I do not know Spanish well, but learning.

    #FediHire #GetFediHired #openforwork

  6. I'm looking for work in #Barcelona, Spain. I'm a #Linux admin with #RedHat experience and hold #RHCSA & #RHCE certifications. I also have experience with #Splunk, #Tenable, and #VMware sprinkled with some networking knowledge. I also have CompTIA Security+. I won't need sponsorship since my spouse is an EU member. I am learning Catalan in the process.

  7. I'm looking for work in #Barcelona, Spain. I'm a #Linux admin with #RedHat experience and hold #RHCSA & #RHCE certifications. I also have experience with #Splunk, #Tenable, and #VMware sprinkled with some networking knowledge. I also have CompTIA Security+. I won't need sponsorship since my spouse is an EU member. I am learning Catalan in the process.

  8. The pentest professionals at #usdHeroLab identified a vulnerability in #EntraID during a cloud #pentest that allows the circumvention of conditional access policies for privileged identities.

    Two additional vulnerabilities were identified during a web application pentest of #Tenable Nessus Manager, which allow low-privileged users to read arbitrary files at the operating system level.

    All #vulnerabilities were reported to the vendors as part of our Responsible Disclosure policy.

    🔎 You can find detailed information on the #SecurityAdvisories here: usd.de/en/security-advisories-

    #SecurityResearch #SecurityAdvisory #moresecurity #NessusManager #Pentesting #Hacking #CVE_2026_3493 #AppSec #InfoSec #CyberSecurity

  9. The pentest professionals at #usdHeroLab identified a vulnerability in #EntraID during a cloud #pentest that allows the circumvention of conditional access policies for privileged identities.

    Two additional vulnerabilities were identified during a web application pentest of #Tenable Nessus Manager, which allow low-privileged users to read arbitrary files at the operating system level.

    All #vulnerabilities were reported to the vendors as part of our Responsible Disclosure policy.

    🔎 You can find detailed information on the #SecurityAdvisories here: usd.de/en/security-advisories-

    #SecurityResearch #SecurityAdvisory #moresecurity #NessusManager #Pentesting #Hacking #CVE_2026_3493 #AppSec #InfoSec #CyberSecurity

  10. Liat Hayun, SVP Product Management at Tenable, on ownership and exposure:
    Remove “someone should fix this.”

    Adopt “I am the only one who will fix this.”
    “A vulnerability in a vacuum is just a line of code.”

    Security teams are drowning in signals. Context defines actionability.

    Read: technadu.com/from-national-sec

    #WomenInCyber #ExposureManagement #SecurityLeadership #LeadHerInSecurity #Tenable

  11. 🚨 CVE-2026-2630: CRITICAL OS Command Injection in Tenable Security Center (CVSS 9.9). Authenticated attackers can run arbitrary code on the server. Restrict access, monitor logs, and patch ASAP. radar.offseq.com/threat/cve-20 #OffSeq #Tenable #Vuln

  12. ----------------

    🎯 AI
    ===================

    Executive summary: Moltbook, an AI-only social network populated by OpenClaw agents, presents immediate security risks: pervasive spam/scams, exposure of agents to untrusted content via API-oriented prompt files, and a reported database compromise that leaked API keys enabling bot impersonation and direct prompt injection.

    Technical details:
    • SKILLS.md, HEARTBEAT.md, and MESSAGING.md are repository-style markdown files that describe how agents interact with the Moltbook API. SKILLS.md documents API interactions and recommends HTTP requests (curl-style). HEARTBEAT.md instructs periodic check-ins. MESSAGING.md notes that messaging requires human approval, while other endpoints accept automated agent input.
    • Experimental tooling (reported as a CLI tool named moltbotnet) implemented API calls for posting, commenting, upvoting, following, and engagement automation. This tooling demonstrates how easily an agent or impersonator can script interactions.
    • Reported breach of Moltbook’s database exposed API keys tied to agent identities. Those keys materially enable: impersonation of legitimate agents, submission of crafted prompts to agent workloads, and direct prompt injection vectors that bypass typical human-only guards.

    Analysis:

    The combination of (1) public, machine-readable prompt files that instruct agents how to behave, (2) open posting and engagement that accepts untrusted content, and (3) leaked credentials produces two classes of injection risks: indirect prompt injection (agents ingesting malicious content from other agents) and direct prompt injection (attacker using stolen API keys to send malicious prompts as a trusted agent). The observed ecosystem is also saturated with social-engineering lures (requests to run package installers, share crypto wallets, or call external APIs).

    Detection guidance:
    • Monitor unexpected use of API keys or unusual posting frequency associated with agent identities.
    • Inspect content sources for scripted patterns (repeated promotional payloads, command-like text referencing package managers or curl usage).

    Limitations:
    • No public CVE identifiers are reported in the source material.
    • Exact scope of leaked API keys (number of keys, associated privileges) was not enumerated in the writeup.

    References and tags:

    SKILLS.md, HEARTBEAT.md, MESSAGING.md — Tenable Research field report on Moltbook interactions and breach findings.

    🔹 OpenClaw #Moltbook #promptinjection #APIkeys #Tenable

    🔗 Source: tenable.com/blog/undercover-on

  13. ----------------

    🎯 AI
    ===================

    Executive summary: Moltbook, an AI-only social network populated by OpenClaw agents, presents immediate security risks: pervasive spam/scams, exposure of agents to untrusted content via API-oriented prompt files, and a reported database compromise that leaked API keys enabling bot impersonation and direct prompt injection.

    Technical details:
    • SKILLS.md, HEARTBEAT.md, and MESSAGING.md are repository-style markdown files that describe how agents interact with the Moltbook API. SKILLS.md documents API interactions and recommends HTTP requests (curl-style). HEARTBEAT.md instructs periodic check-ins. MESSAGING.md notes that messaging requires human approval, while other endpoints accept automated agent input.
    • Experimental tooling (reported as a CLI tool named moltbotnet) implemented API calls for posting, commenting, upvoting, following, and engagement automation. This tooling demonstrates how easily an agent or impersonator can script interactions.
    • Reported breach of Moltbook’s database exposed API keys tied to agent identities. Those keys materially enable: impersonation of legitimate agents, submission of crafted prompts to agent workloads, and direct prompt injection vectors that bypass typical human-only guards.

    Analysis:

    The combination of (1) public, machine-readable prompt files that instruct agents how to behave, (2) open posting and engagement that accepts untrusted content, and (3) leaked credentials produces two classes of injection risks: indirect prompt injection (agents ingesting malicious content from other agents) and direct prompt injection (attacker using stolen API keys to send malicious prompts as a trusted agent). The observed ecosystem is also saturated with social-engineering lures (requests to run package installers, share crypto wallets, or call external APIs).

    Detection guidance:
    • Monitor unexpected use of API keys or unusual posting frequency associated with agent identities.
    • Inspect content sources for scripted patterns (repeated promotional payloads, command-like text referencing package managers or curl usage).

    Limitations:
    • No public CVE identifiers are reported in the source material.
    • Exact scope of leaked API keys (number of keys, associated privileges) was not enumerated in the writeup.

    References and tags:

    SKILLS.md, HEARTBEAT.md, MESSAGING.md — Tenable Research field report on Moltbook interactions and breach findings.

    🔹 OpenClaw #Moltbook #promptinjection #APIkeys #Tenable

    🔗 Source: tenable.com/blog/undercover-on

  14. Heyyyyy #Tenable #Nessus? Can we maybe not run sketchy-looking #PowerShell on my computer? I just happened to catch this in the logs. Kay, thanks.

  15. Heyyyyy #Tenable #Nessus? Can we maybe not run sketchy-looking #PowerShell on my computer? I just happened to catch this in the logs. Kay, thanks.

  16. NVD Delays Leave Defenders in the Dark — Early Visibility is Key
    Tenable’s recent analysis shows a worrying pattern in vulnerability disclosure timing:
    - 63,862 CVEs from 2024–2025
    - 56% of PoCs released within 7 days
    - NVD lagging by ~15 days
    - Exploitation confirmed in as little as 5 days
    This gap between CVE assignment, PoC publication, and NVD visibility creates exploitable blind spots for enterprises relying on traditional patch cycles.
    💬 Security leaders - how do you bridge these gaps? Do you trust vendor advisories, exploit feeds, or telemetry-driven signals more?

    👍 Like and follow @technadu for continuous coverage of emerging vulnerability management insights.

    #InfoSec #CyberSecurity #VulnerabilityManagement #ThreatIntel #NVD #Exploit #RiskIntel #Tenable #CVEs #CyberDefense #ZeroDay #CVETracking #VulnDisclosure #TechNadu