Js_psyme.cin


 
Thread Tools Search this Thread
Special Forums Cybersecurity Malware Advisories (RSS) Js_psyme.cin
# 1  
Old 05-15-2008
Js_psyme.cin

This JavaScript (JScript) may be hosted on a Web site and run when a user accesses the said Web site.
Upon access of this site, it takes advantage of a vulnerability in Microsoft Data Access Components (MDAC) Function. More information on the said vulnerability is available in the following Web site:
  • Microsoft Security Bulletin MS06-014
This JavaScript accesses a Web site to download a file. It saves the downloaded file. However, the mentioned URL is inaccessible as of this writing.
This malicious JavaScript uses the CLSID {BD96C556-65A3-11D0-983A-00C04FC29E36}, which is already present on a normal system, for its code in exploiting the aforementioned vulnerability.


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

C++ cin problem

Hi, I have recently started using C++. I use g++ on Unix. I could not get a simple C++ program working. The program is; #include <iostream> using namespace std; int main() { double a, b; cout << "enter your number"; cin >> a; b = a + 1.15; ... (4 Replies)
Discussion started by: apprentice
4 Replies

2. Programming

How to Get Timed Input using cin

Hi, I am trying to get the input like option from the user using cin but if the user is not responding for some time I want to use the default value which does not need users interaction can any one help to do this in unix c++? int main() { char sex = 'M' ; cout << "Are you... (5 Replies)
Discussion started by: uxbala
5 Replies
Login or Register to Ask a Question
Jifty::Web::Session::None(3pm)				User Contributed Perl Documentation			    Jifty::Web::Session::None(3pm)

NAME
Jifty::Web::Session::None - A null session handler for jifty DESCRIPTION
Jifty depends on its sessions to keep users logged in, to store continuations and to allow developers to store user-specific data. In general, you don't want to disable them. But sometimes, the development benefits of Jifty lead you to build applications that genuinely don't want per-user sessions. That's where "Jifty::Web::Session::None" comes in. By specifying that you want to use "Jifty::Web::Session::None" as your Jifty session handler, you tell Jifty to avoid ever reading, writing or storing a user session. No cookies get set. Nothing gets stored in the database. USAGE
In your "etc/config.yml": --- framework: Web: SessionClass:: Jifty::Web::Session::None METHODS
All methods in this class are dummy methods which do no work. This class mocks the API provided by "Jifty::Web::Session". new Takes no arguments. Returns a Jifty::Web::Session::None. id Returns false. create Returns true. load Returns true. unload Returns true. loaded Returns true. get Returns false. set Returns false. remove Returns true. set_continuation Returns false. get_continuation Returns false. remove_continuation Returns false. continuations Returns false. set_cookie Returns false. cookie_name Returns false. expires Returns false. perl v5.14.2 2010-09-25 Jifty::Web::Session::None(3pm)