Secunia Security Advisory - Ubuntu has issued an update for PyGreSQL. This fixes a weakness, which can potentially cause SQL injection vulnerabilities.
38f467d5b805b15f1ddf1fcfb6cee33dd0d6c4b02c7d70701e64d5e4267a815e
Secunia Security Advisory - Fedora has issued an update for the kernel. This fixes a vulnerability, which can be exploited by malicious, local users to gain escalated privileges.
d927395a196535049d317505197981e04eeca04339a7cad36af650873f947b30
Secunia Security Advisory - A security issue has been reported in KDE, which can be exploited by malicious people to bypass certain security restrictions.
244af7923586f598e76ea6e0bee4a92bbe3bd7a1760878426302c72c6f536d1e
Secunia Security Advisory - HP has issued an update for VRTSweb in HP-UX. This fixes a vulnerability, which can be exploited by malicious people to compromise a vulnerable system.
a7f8904dfc198343721555e00a013854c731cc4c1c78ac2b325847db959a8d49
Secunia Security Advisory - A vulnerability has been reported in ProFTPD, which can be exploited by malicious people to manipulate certain data.
317da7ec8a4a3c7fdf52037e343370f510e570e2bbe99468d550f4f4a75f5379
Secunia Security Advisory - Amol Naik has discovered a vulnerability in Nuggetz CMS, which can be exploited by malicious people to compromise a vulnerable system.
a6706ee8a530f49fcbfa31486fed6cbe5a8f0967ed0908f17c8cdd4096aba171
Secunia Security Advisory - mr_me has discovered multiple vulnerabilities in PHP Inventory, which can be exploited by malicious users and by malicious people to conduct SQL injection attacks.
685683c53cf7dfcc701698f9464dd8ce55a0a5606da8ca77815a69e77f50d892
Secunia Security Advisory - Some vulnerabilities have been discovered in TestLink, which can be exploited by malicious users to conduct SQL injection attacks and by malicious people to conduct cross-site scripting attacks.
4eecb8a0b1777103968dcfac82e73b6f45f857bff5d86e4bdc76c0fd0703dd57
Secunia Security Advisory - bi0 has reported a vulnerability in ZeeJobsite, which can be exploited by malicious people to conduct cross-site scripting attacks.
83b0a60507c22596c6a249659f514bc19e75b2648e8bd94cefea5f688e43bd32
Secunia Security Advisory - A security issue has been reported in KDE, which can be exploited by malicious people to bypass certain security restrictions.
68231a5ee36a0228985c3d54611fb6c7e96582116c5a481b7f5f70620f813eb0
Secunia Security Advisory - Ubuntu has issued an update for kde4libs. This fixes a vulnerability, which can be exploited by malicious people to bypass certain security restrictions.
a8144a7cea0a6bd6a04ffc34e86635e31faa75d1a906f82e20fe143e1739779b
Secunia Security Advisory - An update has been issued for pfSense. This fixes some vulnerabilities, which can be exploited by malicious, local users to gain escalated privileges and by malicious people to manipulate certain data.
93e3c04ba1e118e36bcc183c6a9474ce0d84a3a82c34d898b4e5f1fb3da8e6fa
Secunia Security Advisory - Ubuntu has issued an update for kdelibs. This fixes some vulnerabilities, which can be exploited by malicious people to bypass certain security restrictions and compromise a user's system.
87b8b39c8b206d9e4529268a78a03f063aa56f1df855847796f58cf5f7a61ffb
Secunia Security Advisory - Red Hat has issued an update for JBoss Enterprise Application Server. This fixes some vulnerabilities, which can be exploited by malicious, local users to disclose sensitive information and by malicious people to conduct cross-site scripting attacks or potentially to cause a DoS (Denial of Service).
1981404d27f935577a530d87449bfd85ee05944ebea45330fc117ad3291d8555
Secunia Security Advisory - A weakness and a vulnerability have been reported in Sun Ray Server Software, which can be exploited by malicious people to disclose sensitive information, cause a DoS (Denial of Service), or potentially compromise a vulnerable system.
bf6fe01ccde9a83f84339c91389ae01fcfcf14f435d2a5597879f9f16db50c28
Secunia Security Advisory - Some vulnerabilities have been discovered in JBoss AS, which can be exploited by malicious people to conduct cross-site scripting attacks.
795ee44f9b6c8a05f481f9b06343cc84ca475b6ec0361e48b4b34e7681a8a49c
Secunia Security Advisory - Ubuntu has issued an update for kdebase-runtime. This fixes a weakness which can be exploited by malicious people to bypass certain security restrictions.
7c1bb9767e8a8f6329d964409ee86a9f7e62d1cf7e14a1edee0f2c2d80abb04d
Secunia Security Advisory - A vulnerability has been reported in various SAP products, which can be exploited by malicious people to cause a DoS (Denial of Service).
844682ac65a5318470453ab08147f584444c0d91e04528faa3514c05c4e550dd
Secunia Security Advisory - Milos Zivanovic has discovered multiple vulnerabilities in oBlog, which can be exploited by malicious people to conduct cross-site scripting, script insertion, and cross-site request forgery attacks.
d146faead26be97d2e616cacb0f077c9281dacc474c531709124d54b39da5f2e
Secunia Security Advisory - A vulnerability has been reported in InterSystems Cach
503f1973840f41815206163fb7ef38f02c3659a693a260a820f76f798b94b34f
Secunia Security Advisory - Some vulnerabilities have been discovered in Kingsoft Internet Security, which can be exploited by malicious people to cause a DoS (Denial of Service).
c1651a75bf2ce968656afc88b4f1c5c446ccecbf5c700946c86eeb317e73ec4e
Mobius Forensic Toolkit is a forensic framework written in Python/GTK that manages cases and case items, providing an abstract interface for developing extensions. Cases and item categories are defined using XML files for easy integration with other tools.
ba639c28ebd94a99fdfc58fe1c3bc06fe46cdeb6bf11faa653ba673bc356f3e7
SAM is a Real-Time Snort alert monitor. SAM provides many ways to indicate that you may be experiencing an intrusion attempt on your network including audio/visual warnings, email warnings, etc. SAM is written in Java for maximum portability.
e46aed33643ae9b486c8c7df377c739d2f863f94f648f7ed2ded5e40e410e094
Ubuntu Security Notice 870-1 - Steffen Joeris discovered that PyGreSQL 3.8 did not use PostgreSQL's safe string and bytea functions in its own escaping functions. As a result, applications written to use PyGreSQL's escaping functions are vulnerable to SQL injections when processing certain multi-byte character sequences. Because the safe functions require a database connection, to maintain backwards compatibility, pg.escape_string() and pg.escape_bytea() are still available, but applications will have to be adjusted to use the new pyobj.escape_string() and pyobj.escape_bytea() functions. For example, code containing: import pg connection = pg.connect(...) escaped = pg.escape_string(untrusted_input) should be adjusted to use: import pg connection = pg.connect(...) escaped = connection.escape_string(untrusted_input)
aaacaa34f44253d68ede2f284014b6c0ad9902914579e14f2eb61c04783c56ac
ZeeJobSite version .3x suffers from a cross site scripting vulnerability.
ed84800b72fc6ca178e77517a1a91e3492c62343e72c2e9f9bc0f8f48a0556ea