Lucene search
+L

494 matches found

Kitploit
Kitploit
added 2026/09/15 7:30 p.m.10 views

Artemis

Artemis是一个模块化漏洞扫描器。它通过检查网站安全的各个方面和构建易于阅读的消息,准备发送给被扫描的组织来支持CERT PL的扫描活动。 快速开始 🔨 | 文档 📚 如果您想使用因非BSD兼容许可证而未包含在此处的其他模块,请访问Artemis-modules-extra仓库。 如果您想修改/开发Artemis,请先阅读开发。 Artemis是实验性软件,正在积极开发中——使用风险自负。 要讨论Artemis,加入Discord服务器! 合作与会议 Artemis已在拉斯维加斯的BlackHat USA 2024和伦敦的BlackHat Europe...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 5:55 p.m.13 views

Artemis

Artemis 概要 APKインフラストラクチャを検索するためのツール。 提供: HADESSは、脆弱性分析、シナリオ攻撃計画、カスタム統合予防プロジェクトの実装を含むインフラストラクチャとソフトウェアを通じて、攻撃的サイバーセキュリティサービスを提供しています。企業、産業、研究所のサイバー脅威の防止を中心に活動を組織しています。 インストール root@kitploit: pip install -r requirements.txt python main.py コマンドラインオプション root@kitploit: --help Display help --path Requir...

5.8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/15 3:04 p.m.5 views

Important: Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 7.4.25 security update

A security update is now available for Red Hat JBoss Enterprise Application Platform 7.4. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

9.8CVSS5.7AI score0.00551EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/13 2:13 p.m.6 views

CVE-2023-50780

CVE-2023-50780:Apache ActiveMQ Artemis 中可通过 Jolokia API 访问的危险 MBeans 通过枚举并检查 http://127.0.0.1:8161/console/jolokia 上由 Jolokia API 暴露的 MBeans,已识别出以下攻击向量: 使用 Log4J 进行任意文件写入,间接导致远程代码执行 使用 Log4J 进行任意文件读取 使用 Artemis Broker MBeans 进行拒绝服务(DoS) 知晓 Artemis Web 界面所用基本认证凭据的本地攻击者可以利用此漏洞。 注意: 如果服务器设置了...

8.8CVSS8.1AI score0.17457EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 6:02 a.m.9 views

artemis2hashcat

artemis2hashcat 描述 用于将 Artemis PBKDF2WithHmacSHA1 哈希转换为 hashcat 格式的 Python3 实现 用法 Apache Artemis 的默认配置是使用 DefaultSensitiveStringCodec,以便将用户密码以 PBKDF2WithHmacSHA1 哈希的形式存储在 "artemis-users.properties" 文件中。 存储在 "artemis-users.properties" 中的哈希通常具有以下形式: root@kitploit: username = ENCITERATIONS:SALT:HASH...

6AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/11 12:00 a.m.10 views

Apache Artemis 1.0.0 < 2.45.0 / 2.50.0 < 2.57.0 Multiple Vulnerabilities

The version of Apache Artemis formerly Apache ActiveMQ Artemis installed on the remote host is affected by multiple vulnerabilities: - An unauthenticated remote attacker can craft a CORE protocol SESSIONREATTACH packet to steal an existing session and assume ongoing execution of the previously...

9.8CVSS6AI score0.00551EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2026/09/11 12:00 a.m.8 views

Apache Artemis 1.3.0 < 2.45.0 / 2.50.0 < 2.57.0 Denial of Service (CVE-2026-57822)

The version of Apache Artemis formerly Apache ActiveMQ Artemis installed on the remote host is affected by a vulnerability: - When the broker is processing message-based management requests, sent by an authenticated messaging client that is authorized with MANAGE permission to perform...

6.5CVSS5.8AI score0.00343EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.11 views

artemis-openwire-protocol: AMQ Broker Artemis: pre-authentication arbitrary durable queue deletion via OpenWire RemoveSubscriptionInfo

An unauthenticated network attacker can delete arbitrary durable queues on any Apache Artemis broker with OpenWire protocol enabled default. The processRemoveSubscription method executes pre-authentication with no authorization check, and uses the internal destroyQueueSimpleString overload that...

9.1CVSS5.8AI score0.0046EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.9 views

artemis-server: Apache Artemis — session hijack via missing authentication

in Apache Artemis, the REATTACHSESSION handler performs zero authentication — it looks up the session by name only and calls transferConnection unconditionally, migrating the authenticated session to the attacker's connection. The hijacked cluster-bridge session inherits full broker-management...

9.8CVSS5.7AI score0.00551EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.11 views

artemis-core-client: activemq-artemis: Unsafe deserialization via JsonUtil CompositeData on management address

A flaw was found in Apache ActiveMQ Artemis. The JsonUtil.fromJsonArray method uses ObjectInputStream.readObject to deserialize CompositeData from Base64-encoded serialized objects in management message bodies sent to the activemq.management address. While the deserialization is protected by an...

6.5CVSS5.6AI score0.00343EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.13 views

artemis-server: artemis-server: Pre-auth topology disclosure via CORE SUBSCRIBE_TOPOLOGY_V2 on channel0

A missing authentication vulnerability was found in Apache ActiveMQ Artemis. The SUBSCRIBETOPOLOGYV2 handler in CoreProtocolManager.LocalChannelHandler.handlePacket processes topology subscription requests on channel0 with zero authentication -- no call to getSecurityStore, no credential...

7.5CVSS5.7AI score0.00404EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.8 views

wildfly-messaging-activemq-subsystem: artemis-server: jgroups: artemis cluster password leak via jgroups spoof

Artemis and JGroups lack of access controls in certain situations can allow an attacker to spoof a password request in JGroups and subsequently gain access to the cluster. This allows the attacker manage-level authority for provided messaging and queue operations...

9.1CVSS5.8AI score0.00292EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 11:22 p.m.13 views

artemis-server: undertow-core: wildfly-messaging-activemq-subsystem: artemis core protocol permits unauthed queue creation

Artemis CORE protocol channel allows unauthed queue creation. an unauthenticated attacker can send CREATEQUEUE packets on channel 1 via the :8080 HTTP-upgrade path to create arbitrary durable JMS queues on the embedded broker. This can be used for resource exhaustion and persistent broker-state...

7.5CVSS5.9AI score0.00417EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.8 views

artemis-server: artemis-server: Pre-auth topology disclosure via CORE SUBSCRIBE_TOPOLOGY_V2 on channel0

A missing authentication vulnerability was found in Apache ActiveMQ Artemis. The SUBSCRIBETOPOLOGYV2 handler in CoreProtocolManager.LocalChannelHandler.handlePacket processes topology subscription requests on channel0 with zero authentication -- no call to getSecurityStore, no credential...

7.5CVSS5.7AI score0.00404EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.10 views

artemis-server: undertow-core: wildfly-messaging-activemq-subsystem: artemis core protocol permits unauthed queue creation

Artemis CORE protocol channel allows unauthed queue creation. an unauthenticated attacker can send CREATEQUEUE packets on channel 1 via the :8080 HTTP-upgrade path to create arbitrary durable JMS queues on the embedded broker. This can be used for resource exhaustion and persistent broker-state...

7.5CVSS5.9AI score0.00417EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.8 views

artemis-core-client: activemq-artemis: Unsafe deserialization via JsonUtil CompositeData on management address

A flaw was found in Apache ActiveMQ Artemis. The JsonUtil.fromJsonArray method uses ObjectInputStream.readObject to deserialize CompositeData from Base64-encoded serialized objects in management message bodies sent to the activemq.management address. While the deserialization is protected by an...

6.5CVSS5.6AI score0.00343EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.9 views

artemis-openwire-protocol: AMQ Broker Artemis: pre-authentication arbitrary durable queue deletion via OpenWire RemoveSubscriptionInfo

An unauthenticated network attacker can delete arbitrary durable queues on any Apache Artemis broker with OpenWire protocol enabled default. The processRemoveSubscription method executes pre-authentication with no authorization check, and uses the internal destroyQueueSimpleString overload that...

9.1CVSS5.8AI score0.0046EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.9 views

artemis-server: Apache Artemis — session hijack via missing authentication

in Apache Artemis, the REATTACHSESSION handler performs zero authentication — it looks up the session by name only and calls transferConnection unconditionally, migrating the authenticated session to the attacker's connection. The hijacked cluster-bridge session inherits full broker-management...

9.8CVSS5.7AI score0.00551EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.11 views

wildfly-messaging-activemq-subsystem: artemis-server: jgroups: artemis cluster password leak via jgroups spoof

Artemis and JGroups lack of access controls in certain situations can allow an attacker to spoof a password request in JGroups and subsequently gain access to the cluster. This allows the attacker manage-level authority for provided messaging and queue operations...

9.1CVSS5.8AI score0.00292EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/10 6:03 a.m.11 views

CVE-2026-49363

A missing authentication vulnerability was found in Apache ActiveMQ Artemis. The SUBSCRIBETOPOLOGYV2 handler in CoreProtocolManager.LocalChannelHandler.handlePacket processes topology subscription requests on channel0 with zero authentication -- no call to getSecurityStore, no credential...

7.5CVSS5.7AI score0.00404EPSS
SaveExploits0References3
Rows per page
Query Builder