Lucene search
+L

289 matches found

Rapid7 Blog
Rapid7 Blog
added 2020/11/16 4:30 p.m.34 views

Defining Vulnerability Risk Management (and How to Build a Modern VRM Program)

Once upon a time just a handful of years ago, vulnerability management programs focused solely on servers, running quarterly scans that targeted only critical systems. But that was then, and you can’t afford such a limited view in the now. Truth is, vulnerability exploitation now happens...

0.1AI score
Exploits0
Cvelist
Cvelist
added 2020/11/06 6:16 p.m.30 views

CVE-2020-3588 Cisco Webex Meetings Desktop App Arbitrary Code Execution Vulnerability

A vulnerability in virtualization channel messaging in Cisco Webex Meetings Desktop App for Windows could allow a local attacker to execute arbitrary code on a targeted system. This vulnerability occurs when this app is deployed in a virtual desktop environment and using virtual environment...

7.3CVSS7.7AI score0.00393EPSS
Exploits0References1
CVE
CVE
added 2020/11/06 6:16 p.m.1295 views

CVE-2020-3588

CVE-2020-3588 affects Cisco Webex Meetings Desktop App for Windows in virtual desktop environments. The root cause is improper validation of messages processed by the virtualization channel interface, allowing a local attacker with limited privileges to execute arbitrary code with the user’s priv...

7.8CVSS7.5AI score0.00393EPSS
Exploits0References1Affected Software1
Kitploit
Kitploit
added 2020/08/23 9:30 p.m.127 views

Pyre-Check - Performant Type-Checking For Python

Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providing instantaneous feedback to developers as they write code. Pyre ships with Pysa , a security focused static analysis tool we've built on top of Py...

7.6AI score
Exploits0References2
Kitploit
Kitploit
added 2020/08/17 9:30 p.m.48 views

IoT-PT - A Virtual Environment For Pentesting IoT Devices

A new pentesting virtual environment for IoT Devices Download Link : https://drive.google.com/open?id=1XwGqkLax2irSPpwEpeAqypl9vEywzw3D MD5 : d9c20057b14cfa3fb25f744813b828df ; SHA1: 8828d693dc6c809377bab40d2bc26f525685e287 OS info and Requirements Base OS : Lubuntu 18.04 LTS Processors : 2 By...

7.6AI score
Exploits0References2
BDU FSTEC
BDU FSTEC
added 2020/08/12 12:0 a.m.6 views

The vulnerability of the CloudForms Management Engine, a software platform for managing virtual environments, related to access control deficiencies, allows attackers to increase their privileges.

The vulnerability of the CloudForms Management Engine, a software platform for managing virtual environments, is related to deficiencies in access control. Exploiting this vulnerability could allow an attacker operating remotely to increase their privileges...

8.4CVSS7.4AI score0.01EPSS
Exploits0References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2020/06/10 12:0 a.m.6 views

The vulnerability of the Application Framework component of the Cisco IOx software platform allows a perpetrator to gain access to modify, add, or delete data.

The vulnerability of the Application Framework component of the Cisco Iox software platform is related to insufficient validation of input data. Exploiting this vulnerability can allow an attacker, operating remotely, to gain access to modify, add, or delete data in the virtual environment...

8.5CVSS7.5AI score0.01235EPSS
Exploits0References3Affected Software1
Kitploit
Kitploit
added 2020/04/30 12:30 p.m.173 views

Runtime Mobile Security (RMS) - A Powerful Web Interface That Helps You To Manipulate Android Java Classes And Methods At Runtime

Runtime Mobile Security RMS , powered by FRIDA, is a powerful web interface that helps you to manipulate Android Java Classes and Methods at Runtime. You can easily dump all the loaded classes and relative methods, hook everything on the fly, trace methods args and return value, load custom scrip...

7.3AI score
Exploits0References6
Akamai Blog
Akamai Blog
added 2020/04/23 11:2 p.m.53 views

Enabling Workforce Productivity in Challenging Times

As the world shifts to an increasingly virtual environment, Akamai continues to be at the forefront of helping customers enable workforce productivity with Akamai's Enterprise Application Access and Enterprise Threat Protector. From our detailed offer to our recent Edge Live Virtual Summit, where...

0.4AI score
Exploits0
Kitploit
Kitploit
added 2020/01/19 11:30 a.m.134 views

Aaia - AWS Identity And Access Management Visualizer And Anomaly Finder

Aaia pronounced as shown here helps in visualizing AWS IAM and Organizations in a graph format with help of Neo4j. This helps in identifying the outliers easily. Since it is based on neo4j , one can query the graph using cypher queries to find the anomalies. Aaia also supports modules to...

7.5AI score
Exploits0References5
0day.today
0day.today
added 2019/12/18 12:0 a.m.681 views

Telerik UI - Remote Code Execution via Insecure Deserialization Exploit

Exploit for asp platform in category web applications Telerik UI - Remote Code Execution via Insecure Deserialization Exploit See the full write-up at Bishop Fox, CVE-2019-18935: https://know.bishopfox.com/research/cve-2019-18935-remote-code-execution-in-telerik-ui, for a complete walkthrough of...

0.3AI score0.99737EPSS
Exploits16
Kitploit
Kitploit
added 2019/09/12 12:0 p.m.598 views

Pyrdp - RDP Man-In-The-Middle And Library For Python3 With The Ability To Watch Connections Live Or After The Fact

PyRDP is a Python 3 Remote Desktop Protocol RDP Man-in-the-Middle MITM and library. It features a few tools: RDP Man-in-the-Middle Logs credentials used when connecting Steals data copied to the clipboard Saves a copy of the files transferred over the network Saves replays of connections so you c...

7.5AI score
Exploits0References13
Kitploit
Kitploit
added 2019/08/17 1:0 p.m.360 views

Firmware Slap - Discovering Vulnerabilities In Firmware Through Concolic Analysis And Function Clustering

Firmware slap combines concolic analysis with function clustering for vulnerability discovery and function similarity in firmware. Firmware slap is built as a series of libraries and exports most information as either pickles or JSON for integration with other tools. Slides from the talk can be...

8.4AI score
Exploits0References1
GithubExploit
GithubExploit
added 2019/08/03 12:25 p.m.136 views

Exploit for CVE-2019-2525

VirtualBox 6.0.0 Exploit 1-day 사용할 VBox bug - CVE-2019-2525...

7.8CVSS7.4AI score0.01124EPSS
Exploits2
Kitploit
Kitploit
added 2019/05/18 10:49 p.m.193 views

Bandit - Tool Designed To Find Common Security Issues In Python Code

Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report. Bandit was originally developed within...

7.7AI score
Exploits0References2
Kitploit
Kitploit
added 2019/02/20 8:43 p.m.1824 views

GameGuardian - Android Game Hack/Alteration Tool

GameGuardian is a game hack/alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design. Requires Android: 2.3.3+ GameGuardian Features Summary Runs on ARM, x64 and x86 devices, including x86 emulators...

6.8AI score
Exploits0
exploitpack
exploitpack
added 2018/10/04 12:0 a.m.15 views

virtualenv 16.0.0 - Sandbox Escape

virtualenv 16.0.0 - Sandbox Escape Exploit Title: virtualenv 16.0.0 - Sandbox Escape Date: 2018-10-02 Exploit Author: vrsystem Vendor Homepage: https://virtualenv.pypa.io/en/stable/ Software Link: https://virtualenv.pypa.io/en/stable/ Version: 16.0.0 Tested on: kali linux CVE : CVE-2018-17793 1...

6.7AI score
Exploits4
0day.today
0day.today
added 2018/10/04 12:0 a.m.59 views

virtualenv 16.0.0 - Sandbox Escape Vulnerability

Exploit for windows platform in category local exploits Exploit Title: virtualenv 16.0.0 - Sandbox Escape Exploit Author: vrsystem Vendor Homepage: https://virtualenv.pypa.io/en/stable/ Software Link: https://virtualenv.pypa.io/en/stable/ Version: 16.0.0 Tested on: kali linux CVE : CVE-2018-17793...

6.5AI score
Exploits4
Cent OS
Cent OS
added 2018/09/28 4:23 p.m.554 views

spice security update

CentOS Errata and Security Advisory CESA-2018:2732 An update for spice-gtk and spice-server is now available for Red Hat Enterprise Linux 6. 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 ...

8.8CVSS7.6AI score0.03934EPSS
Exploits0References7
myhack58
myhack58
added 2018/07/25 12:0 a.m.393 views

Router vulnerability reproduction: from the principle to the first verification-vulnerability and early warning-the black bar safety net

The IOT vulnerability to reproduction and the traditional system vulnerabilities to reproduce the different point is that the physical network vulnerability depends on the hardware, almost every vulnerability all have to buy a new piece of hardware to reproduce, which is different from the...

7.5AI score
Exploits0
Rows per page
Query Builder